Include <unistd.h> for prototype of select().

This commit is contained in:
Gerald Pfeifer 2000-09-27 22:27:57 +00:00 committed by Alexandre Julliard
parent 0d5f1ab2d9
commit eb0231da29
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include <sys/time.h>
#include <stdlib.h>
#include <ctype.h>
#include <unistd.h>
#include "windows.h"
#include "wininet.h"