summaryrefslogtreecommitdiff
path: root/src/tet3/tcc/copysave.c
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2009-06-18 08:52:47 -0700
committerDan Nicholson <dbn.lists@gmail.com>2009-06-24 06:23:44 -0700
commit1eafe8b65abaab94037f93196ec1512ab822b858 (patch)
tree56f13167adaacffcbe9d0942703d8c788907ac25 /src/tet3/tcc/copysave.c
parent1ead05eb9ecf545b60ea6508a91414662e706033 (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/tcc/copysave.c')
-rw-r--r--src/tet3/tcc/copysave.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tet3/tcc/copysave.c b/src/tet3/tcc/copysave.c
index 727bf9e6..05a4ebda 100644
--- a/src/tet3/tcc/copysave.c
+++ b/src/tet3/tcc/copysave.c
@@ -17,6 +17,10 @@
* the UK and other countries.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#ifndef lint
static char sccsid[] = "@(#)copysave.c 1.8 (98/09/01) TET3 release 3.3";
#endif