fix compile error introduced with OS/2 port

This commit is contained in:
larryh%netscape.com 1998-11-20 23:56:29 +00:00
Родитель 46e5f3abd9
Коммит c77352b176
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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