зеркало из https://github.com/mozilla/pjs.git
fix compile error introduced with OS/2 port
This commit is contained in:
Родитель
46e5f3abd9
Коммит
c77352b176
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче