Portability changes.

This commit is contained in:
Janet B. Anderson
1999-10-12 18:32:42 +00:00
parent fc74ecc875
commit 51e4dd8b25
+3 -1
View File
@@ -2,7 +2,9 @@
#include <stdio.h>
#include <time.h>
#ifdef _WIN32
#include <winsock.h>
#endif
#include "tsDefs.h"
#include "osiTime.h"
@@ -99,4 +101,4 @@ int main ()
printf ("test complete\n");
return 0;
}
}