Use "HAVE_SYS_TYPES_H".

This commit is contained in:
Gisle Vanem 2004-12-01 13:41:22 +00:00
parent 113531432a
commit e587a56fc0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#ifdef HAVE_SYS_TYPES_
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H