osdep: fix windows build

Oops.
This commit is contained in:
wm4 2014-09-10 03:29:24 +02:00
parent e9b756c7ad
commit 524db3384b
1 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#ifdef MP_SEMAPHORE_EMULATION
#include <unistd.h>
#include <poll.h>
#include <limits.h>
@ -21,7 +23,6 @@
#include "semaphore.h"
#ifdef MP_SEMAPHORE_EMULATION
int mp_sem_init(mp_sem_t *sem, int pshared, unsigned int value)
{