Fix include paths to support build directories.
[cacao.git] / jit / alpha / codegen.h
index 0a202faf83065e714e7310109d0761f33fd68aa5..b87850c553d6e9f110c67b9dc0ab41edb2a14fa9 100644 (file)
@@ -28,7 +28,7 @@
    Authors: Andreas Krall
             Reinhard Grafl
 
-   $Id: codegen.h 1054 2004-05-05 21:08:55Z stefan $
+   $Id: codegen.h 1146 2004-06-06 12:48:10Z twisti $
 
 */
 
@@ -38,7 +38,7 @@
 
 #include <ucontext.h>
 
-#include "jit.h"
+#include "jit/jit.h"
 
 
 /* see also file calling.doc for explanation of calling conventions           */