summaryrefslogtreecommitdiff
path: root/source4/lib/replace/test
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-05 04:48:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:10 -0500
commita41abfd514ae2259207b3cb90b8bc76434164b91 (patch)
treec0b096bf5989d70826e35a5fa81fa1a03e5cfe9d /source4/lib/replace/test
parent09a4749a314eb5cdbef55d5e87ba229353de2c26 (diff)
downloadsamba-a41abfd514ae2259207b3cb90b8bc76434164b91.tar.gz
samba-a41abfd514ae2259207b3cb90b8bc76434164b91.tar.bz2
samba-a41abfd514ae2259207b3cb90b8bc76434164b91.zip
r18059: another cpp error
(This used to be commit 64eff9d9d998ec2fd3d75393eb57028dfb942acf)
Diffstat (limited to 'source4/lib/replace/test')
-rw-r--r--source4/lib/replace/test/testsuite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/test/testsuite.c b/source4/lib/replace/test/testsuite.c
index 0dad3de9db..af50edc2a3 100644
--- a/source4/lib/replace/test/testsuite.c
+++ b/source4/lib/replace/test/testsuite.c
@@ -31,7 +31,7 @@
#include <stdlib.h>
#endif
-#if HAVE_TYPES_H
+#if HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif