]> sjero.net Git - wget/commitdiff
[svn] Don't use HAVE_SYS_TYPES_H because we don't check for it.
authorhniksic <devnull@localhost>
Tue, 4 Nov 2003 13:56:48 +0000 (05:56 -0800)
committerhniksic <devnull@localhost>
Tue, 4 Nov 2003 13:56:48 +0000 (05:56 -0800)
configure.in

index 468ea17f005779776712b2f3985664fc6a3c8d1e..487ce35fa050ff1a22daddeca2f6900dfbe64e5a 100644 (file)
@@ -181,9 +181,7 @@ AC_CHECK_TYPES(uint32_t)
 AC_TYPE_SIGNAL
 AC_CHECK_TYPES(sig_atomic_t, [], [], [
 #include <stdio.h>
-#if HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
+#include <sys/types.h>
 #if HAVE_INTTYPES_H
 # include <inttypes.h>
 #endif