diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2004-12-01 13:41:22 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2004-12-01 13:41:22 +0000 |
commit | e587a56fc0e3d643b58e8090163a5ecd7516fa35 (patch) | |
tree | 297a1cee4a1f4981b02d23cda057b600f4e626f0 /tests | |
parent | 113531432ab3d7d7cdabf3af34226a6da2c3daa2 (diff) |
Use "HAVE_SYS_TYPES_H".
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libtest/lib505.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib505.c b/tests/libtest/lib505.c index 10aa1ab19..c398d39f2 100644 --- a/tests/libtest/lib505.c +++ b/tests/libtest/lib505.c @@ -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 |