Skip to content

Commit

Permalink
Add unistd.h include for usleep in unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Feb 21, 2013
1 parent 24c55f3 commit f35ce4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythtv/libs/libmythbase/test/test_mythtimer/test_mythtimer.h
Expand Up @@ -18,6 +18,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include <unistd.h> // for usleep

#include <QtTest/QtTest>

#include "mythtimer.h"
Expand Down

0 comments on commit f35ce4f

Please sign in to comment.