Include sys/types.h before sys/socket.h

This commit is contained in:
Sergey Poznyakoff
2006-10-12 09:56:37 +00:00
parent 310e61c535
commit 7d4d992c75
3 changed files with 3 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
# include <config.h>
#endif
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <signal.h>

View File

@@ -21,6 +21,7 @@
# include <config.h>
#endif
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <signal.h>

View File

@@ -21,6 +21,7 @@
# include <config.h>
#endif
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <signal.h>