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/servlib/tcwait.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/servlib/tcwait.c')
-rw-r--r-- | src/tet3/servlib/tcwait.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tet3/servlib/tcwait.c b/src/tet3/servlib/tcwait.c index 94b442bb..a83e9726 100644 --- a/src/tet3/servlib/tcwait.c +++ b/src/tet3/servlib/tcwait.c @@ -15,6 +15,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcwait.c 1.6 (96/11/04) TET3 release 3.3"; #endif |