* types.h: Path fix.
authortwisti <none@none>
Thu, 29 Sep 2005 14:22:49 +0000 (14:22 +0000)
committertwisti <none@none>
Thu, 29 Sep 2005 14:22:49 +0000 (14:22 +0000)
src/native/tools/gennativetable.c

index 4a9031e02e65316b547f6a3c5865e9a1a5ed2634..d9c27319f6faf5f2e6590e9a9b79ef2a660c64a2 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: gennativetable.c 2460 2005-05-12 23:38:46Z twisti $
+   $Id: gennativetable.c 3308 2005-09-29 14:22:49Z twisti $
 
 */
 
@@ -38,7 +38,8 @@
 #include <string.h>
 
 #include "config.h"
-#include "types.h"
+#include "vm/types.h"
+
 #include "cacaoh/headers.h"
 #include "mm/boehm.h"
 #include "mm/memory.h"