diff options
Diffstat (limited to 'src/tet3/tcc/tcname.c')
-rw-r--r-- | src/tet3/tcc/tcname.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tet3/tcc/tcname.c b/src/tet3/tcc/tcname.c index b994936a..594fee5f 100644 --- a/src/tet3/tcc/tcname.c +++ b/src/tet3/tcc/tcname.c @@ -17,6 +17,10 @@ * the UK and other countries. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifndef lint static char sccsid[] = "@(#)tcname.c 1.6 (97/07/15) TET3 release 3.3"; #endif |