changeset 427:8b46682247a5

tests/libtcc_test.c should use "../" to refer to .h in upper directory
author "Horst H. von Brand <vonbrand@inf.utfsm.cl>"
date Fri, 30 Mar 2007 11:46:43 -0400
parents ac0ea0043e55
children 346fbeed3612
files tests/libtcc_test.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/libtcc_test.c	Thu Mar 22 23:04:59 2007 -0400
+++ b/tests/libtcc_test.c	Fri Mar 30 11:46:43 2007 -0400
@@ -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)