Changed the makefile system to autoconf/automake.
[cacao.git] / src / vm / builtin.c
index 1d1cf3a01879743db902189415e330d6991efd5d..dd1fa71d6946a918bd58f2bb676a46c8aacc22da 100644 (file)
@@ -28,7 +28,7 @@
 #include "threads/thread.h"
 #include "threads/locks.h"              /* schani */
 
-#include "sysdep/native-math.h"
+#include "native-math.h"
 
 builtin_descriptor builtin_desc[] = {
        {(functionptr) builtin_instanceof,         "instanceof"},