From ff33d07619df0cf8a6334167eea027192871f3f8 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 29 Sep 2011 15:57:14 +0000 Subject: =?UTF-8?q?2011-09-29=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * smp05/init.c, smp06/init.c, smp07/init.c, smp09/init.c: Add HAVE_CONFIG_H. --- testsuites/smptests/smp06/init.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuites/smptests/smp06') diff --git a/testsuites/smptests/smp06/init.c b/testsuites/smptests/smp06/init.c index 0aea5732f3..3d026adab6 100644 --- a/testsuites/smptests/smp06/init.c +++ b/testsuites/smptests/smp06/init.c @@ -9,6 +9,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include "test_support.h" -- cgit v1.2.3