1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Don't use HAVE_SYS_TYPES_H because we don't check for it.

This commit is contained in:
hniksic 2003-11-04 05:56:48 -08:00
parent cac2915ec0
commit cb19b00c23

View 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