From 7d3f9c646a0e33d77bf60b0335ba122e143622f1 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 22 Feb 2011 07:37:03 +0000 Subject: Add HAVE_CONFIG_H. --- testsuites/libtests/POSIX/write.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuites/libtests/POSIX/write.c') diff --git a/testsuites/libtests/POSIX/write.c b/testsuites/libtests/POSIX/write.c index 8ee6f849bb..211e7d3b84 100644 --- a/testsuites/libtests/POSIX/write.c +++ b/testsuites/libtests/POSIX/write.c @@ -6,6 +6,10 @@ * is freely granted, provided that this notice is preserved. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include int -- cgit v1.2.3