From cafefbf26360cd6638981221d0e8d1f8b474dfc5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 22 Feb 2011 09:47:36 +0000 Subject: Add HAVE_CONFIG_H. --- testsuites/psxtests/psxmount/main.c | 4 ++++ testsuites/psxtests/psxmount/test.c | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'testsuites/psxtests/psxmount') diff --git a/testsuites/psxtests/psxmount/main.c b/testsuites/psxtests/psxmount/main.c index 8fa02b840c..f689544947 100644 --- a/testsuites/psxtests/psxmount/main.c +++ b/testsuites/psxtests/psxmount/main.c @@ -6,6 +6,10 @@ #define CONFIGURE_INIT +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include diff --git a/testsuites/psxtests/psxmount/test.c b/testsuites/psxtests/psxmount/test.c index b3dc2e758b..7e1c84fcda 100644 --- a/testsuites/psxtests/psxmount/test.c +++ b/testsuites/psxtests/psxmount/test.c @@ -25,6 +25,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include -- cgit v1.2.3