These are UNIX headers, and are not available on MSVC

pull/1/head
Daniel Cohen Gindi 10 years ago
parent e69e1efd75
commit a7f79b696e

@ -22,13 +22,18 @@
* Date : 14th July 2005
*/
#ifndef _MSC_VER
#include <pwd.h>
#endif /* _MSC_VER
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#ifndef _MSC_VER
#include <dirent.h>
#include <pthread.h>
#endif /* _MSC_VER
#include <sys/stat.h>
#include <sys/types.h>
#include <limits.h>

Loading…
Cancel
Save