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/tar01/init.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuites/libtests/tar01') diff --git a/testsuites/libtests/tar01/init.c b/testsuites/libtests/tar01/init.c index 6abeb05287..63f5ac5136 100644 --- a/testsuites/libtests/tar01/init.c +++ b/testsuites/libtests/tar01/init.c @@ -9,6 +9,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include /* for device driver prototypes */ #include "tmacros.h" #include -- cgit v1.2.3