Remove #ifdef HAVE_SYS_TYPES_H.
This commit is contained in:
parent
06e35a776b
commit
3875307d0c
|
@ -26,9 +26,7 @@
|
|||
#ifdef HAVE_SYS_TIME_H
|
||||
# include <sys/time.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
# include <sys/types.h>
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
# include <sys/socket.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue