Fix compilation on w32

This commit is contained in:
Daniel Molkentin 2013-07-30 18:17:50 +02:00
parent 4f5bfbdb78
commit 228641763b

View file

@ -22,6 +22,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>