MSVC adjustment

This commit is contained in:
Yang Tse
2008-08-31 12:12:35 +00:00
parent 4f0d286d2c
commit 79ffbf7fe1
5 changed files with 32 additions and 7 deletions

View File

@@ -45,7 +45,9 @@
#include <stdio.h>
#include <string.h>
#include <sys/time.h>
#ifndef WIN32
# include <sys/time.h>
#endif
#include <stdlib.h>
#include <errno.h>