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/stackchk/init.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuites/libtests/stackchk/init.c') diff --git a/testsuites/libtests/stackchk/init.c b/testsuites/libtests/stackchk/init.c index 3c32b3da29..8a7610b77a 100644 --- a/testsuites/libtests/stackchk/init.c +++ b/testsuites/libtests/stackchk/init.c @@ -21,6 +21,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #define CONFIGURE_INIT #include "system.h" -- cgit v1.2.3