From: Gisle Vanem Date: Wed, 1 Dec 2004 13:41:22 +0000 (+0000) Subject: Use "HAVE_SYS_TYPES_H". X-Git-Tag: curl-7_12_3~117 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e587a56fc0e3d643b58e8090163a5ecd7516fa35;p=thirdparty%2Fcurl.git Use "HAVE_SYS_TYPES_H". --- diff --git a/tests/libtest/lib505.c b/tests/libtest/lib505.c index 10aa1ab194..c398d39f24 100644 --- a/tests/libtest/lib505.c +++ b/tests/libtest/lib505.c @@ -13,7 +13,7 @@ #ifdef HAVE_SYS_SOCKET_H #include #endif -#ifdef HAVE_SYS_TYPES_ +#ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_SYS_STAT_H