fix compile error introduced with OS/2 port

This commit is contained in:
larryh%netscape.com 1998-11-20 23:56:29 +00:00
parent a748a81bc7
commit 326a6e59f2

View File

@ -41,7 +41,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#if defined(OS2)
#include <sys/time.h>
#endif
#define PORT 8000
#define DEFAULT_COUNT 10