Fix Windows build issues

This resolves #333.
This commit is contained in:
Dmitri Smirnov
2016-02-23 11:39:02 -08:00
committed by Jason Evans
parent ae45142adc
commit b41a07c31a
4 changed files with 31 additions and 6 deletions

View File

@@ -18,6 +18,7 @@
# endif
# include <pthread.h>
# include <errno.h>
# include <sys/time.h>
#endif
#include <sys/types.h>
@@ -61,6 +62,4 @@ isblank(int c)
#endif
#include <fcntl.h>
#include <sys/time.h>
#endif /* JEMALLOC_INTERNAL_H */