Still buggy, but getting closer...
[repair.git] / Repair / RepairCompiler / MCC / Runtime / memory.h
index e97f0e58eee0085bfc96ac98a1c18537cbfdf507..e2fff80406e8ebe971787df67880f21716c4b66a 100755 (executable)
@@ -1,6 +1,8 @@
 #ifndef MEMORY_H
 #define MEMORY_H
-#include "instument.h"
+extern "C" {
+#include "instrument.h"
+}
 #define malloc(size) ourmalloc(size)
 #define calloc(memb,size) ourcalloc(memb,size)
 #define realloc(ptr,size) ourrealloc(ptr,size)