Fixes mostly to prevent compilation errors in Linux
[clinton/Virtual-Jaguar-Rx.git] / src / debugger / DBGManager.cpp
index 7dd3015..b74b011 100644 (file)
@@ -14,8 +14,8 @@
 #include <stdlib.h>
 #include <string.h>
 #include <stdint.h>
-#include "libelf\libelf.h"
-#include "libelf\gelf.h"
+#include "libelf/libelf.h"
+#include "libelf/gelf.h"
 #include "log.h"
 #include "ELFManager.h"
 #include "DwarfManager.h"