diff options
Diffstat (limited to 'libtcc_test.c')
| -rw-r--r-- | libtcc_test.c | 2 |
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) |
