Skip to content

Commit

Permalink
Add unistd.h include for usleep().
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Nov 25, 2012
1 parent 5758f14 commit fb15568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythbase/mythsocket.cpp
Expand Up @@ -14,10 +14,10 @@
#include <winsock2.h>
#include <Ws2tcpip.h>
#include <stdio.h>
#include <unistd.h>
#else
#include <sys/socket.h>
#endif
#include <unistd.h> // for usleep (and socket code on Q_OS_WIN)

// MythTV
#include "mythsocket.h"
Expand Down

0 comments on commit fb15568

Please sign in to comment.