From 1eafe8b65abaab94037f93196ec1512ab822b858 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Thu, 18 Jun 2009 08:52:47 -0700 Subject: Add config.h headers to all C files and mc stubs This should allow the autoconf defines to be used consistently. --- src/tet3/dtet2lib/globals.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/tet3/dtet2lib/globals.c') diff --git a/src/tet3/dtet2lib/globals.c b/src/tet3/dtet2lib/globals.c index c51e9fb3..ce85a35d 100644 --- a/src/tet3/dtet2lib/globals.c +++ b/src/tet3/dtet2lib/globals.c @@ -23,6 +23,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include +#endif + #ifndef lint static char sccsid[] = "@(#)globals.c 1.1 (98/09/01) TET3 release 3.3"; #endif -- cgit v1.2.3