Assume string.h is available

This commit is contained in:
Matthias Clasen
2006-09-10 05:50:50 +00:00
parent 47133ec63f
commit e9da546b81
2 changed files with 3 additions and 2 deletions

View File

@@ -58,9 +58,7 @@
#include <sys/select.h>
#endif /* HAVE_SYS_SELECT_H */
#ifdef STDC_HEADERS
#include <string.h> /* for bzero on BSD systems */
#endif
#ifdef G_OS_WIN32
# define STRICT /* Strict typing, please */