diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-06-18 08:52:47 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-06-24 06:23:44 -0700 |
commit | 1eafe8b65abaab94037f93196ec1512ab822b858 (patch) | |
tree | 56f13167adaacffcbe9d0942703d8c788907ac25 /src/tet3/dtet2lib/globals.c | |
parent | 1ead05eb9ecf545b60ea6508a91414662e706033 (diff) |
Add config.h headers to all C files and mc stubs
This should allow the autoconf defines to be used consistently.
Diffstat (limited to 'src/tet3/dtet2lib/globals.c')
-rw-r--r-- | src/tet3/dtet2lib/globals.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)globals.c 1.1 (98/09/01) TET3 release 3.3"; #endif |