blob: b927fb01cb0d64eb36674b69812bbf5f00d9ac19 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 | diff -ur work.orig/sablevm-1.0.2/src/libsablevm/libsablevm.c work/sablevm-1.0.2/src/libsablevm/libsablevm.c
--- work.orig/sablevm-1.0.2/src/libsablevm/libsablevm.c	Sun Aug 11 14:33:05 2002
+++ work/sablevm-1.0.2/src/libsablevm/libsablevm.c	Thu Aug 15 15:09:36 2002
@@ -5,6 +5,9 @@
  * modification of SableVM.                                  *
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
+#include <ffi.h>
+#undef PACKAGE
+#undef VERSION
 #include <config.h>
 
 #include <pthread.h>
@@ -14,7 +17,6 @@
 #include <stdlib.h>
 #include <assert.h>
 #include <string.h>
-#include <ffi.h>
 #include <math.h>
 #include <ltdl.h>
 #include <sys/stat.h>
 |