Fixed some warnings.
This commit is contained in:
parent
9ad9e65d64
commit
8c5df7b55d
|
@ -14,6 +14,7 @@
|
|||
#ifdef HAVE_SYS_SOCKET_H
|
||||
# include <sys/socket.h>
|
||||
#endif
|
||||
#include <sys/time.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
#include "selectors.h"
|
||||
#include "stackframe.h"
|
||||
#include "builtin16.h"
|
||||
#include "toolhelp.h"
|
||||
#include "snoop.h"
|
||||
#include "debugtools.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue