Fixed some warnings.

This commit is contained in:
Marcus Meissner 2000-08-22 20:40:47 +00:00 committed by Alexandre Julliard
parent 9ad9e65d64
commit 8c5df7b55d
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#include <sys/time.h>
#include <stdlib.h>
#include <ctype.h>

View file

@ -15,6 +15,7 @@
#include "selectors.h"
#include "stackframe.h"
#include "builtin16.h"
#include "toolhelp.h"
#include "snoop.h"
#include "debugtools.h"