Skip to content

Commit

Permalink
Fix usleep dep in gcc 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ex-nerd committed Jun 14, 2012
1 parent cd670ec commit b92683a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mythtv/libs/libmythtv/firewiredevice.cpp
Expand Up @@ -10,6 +10,9 @@
// Qt headers
#include <QMap>

// for usleep
#include <unistd.h>

// MythTV headers
#include "linuxfirewiredevice.h"
#if USING_OSX_FIREWIRE
Expand Down

0 comments on commit b92683a

Please sign in to comment.