aboutsummaryrefslogtreecommitdiff
path: root/tests/tcctest.c
diff options
context:
space:
mode:
authorgrischka <grischka>2009-04-18 14:31:35 +0200
committergrischka <grischka>2009-04-18 15:08:03 +0200
commit5829791ffaca0178fbbd4111fbdf8c7cbd6de27f (patch)
treed41bf8392e3059cc21c58b5193b5f81fb083ed71 /tests/tcctest.c
parentea5e81bd6a3376232bf4747b2fa2e0a91c19b337 (diff)
downloadtinycc-5829791ffaca0178fbbd4111fbdf8c7cbd6de27f.tar.gz
tinycc-5829791ffaca0178fbbd4111fbdf8c7cbd6de27f.tar.bz2
fix makefiles etc for subdirs
Diffstat (limited to 'tests/tcctest.c')
-rw-r--r--tests/tcctest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcctest.c b/tests/tcctest.c
index 6c40245..55e356e 100644
--- a/tests/tcctest.c
+++ b/tests/tcctest.c
@@ -1,7 +1,7 @@
/*
* TCC auto test program
*/
-#include "config.h"
+#include "../config.h"
#if GCC_MAJOR >= 3