From 33b1c6c4745a769c1d14454d1f22e378757fe80f Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Sat, 8 Mar 2003 14:44:08 +0000 Subject: [PATCH] include config.h svn:r49 --- test/regress.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/regress.c b/test/regress.c index 21a0cd40..5f5c9af8 100644 --- a/test/regress.c +++ b/test/regress.c @@ -28,6 +28,10 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include