aboutsummaryrefslogtreecommitdiff
path: root/libtcc_test.c
diff options
context:
space:
mode:
authorbellard <bellard>2004-10-07 21:11:43 +0000
committerbellard <bellard>2004-10-07 21:11:43 +0000
commit13affef3f1ea881fe0f8fd8a1075818d5e977673 (patch)
treee631f78c643fc2826bbe5acf582fd84c8dddebfd /libtcc_test.c
parentc50af8399dcdf5ee6ddc4b08a9f35fbd6926691f (diff)
downloadtinycc-13affef3f1ea881fe0f8fd8a1075818d5e977673.tar.gz
tinycc-13affef3f1ea881fe0f8fd8a1075818d5e977673.tar.bz2
win32 configure
Diffstat (limited to 'libtcc_test.c')
-rw-r--r--libtcc_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtcc_test.c b/libtcc_test.c
index 34e296a..c67d4f3 100644
--- a/libtcc_test.c
+++ b/libtcc_test.c
@@ -6,7 +6,7 @@
#include <stdlib.h>
#include <stdio.h>
-#include <libtcc.h>
+#include "libtcc.h"
/* this function is called by the generated code */
int add(int a, int b)