summaryrefslogtreecommitdiff
path: root/emulators/ROMInfo/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/ROMInfo/patches/patch-ab')
-rw-r--r--emulators/ROMInfo/patches/patch-ab23
1 files changed, 23 insertions, 0 deletions
diff --git a/emulators/ROMInfo/patches/patch-ab b/emulators/ROMInfo/patches/patch-ab
new file mode 100644
index 00000000000..06394135882
--- /dev/null
+++ b/emulators/ROMInfo/patches/patch-ab
@@ -0,0 +1,23 @@
+$NetBSD: patch-ab,v 1.1.1.1 2005/03/04 12:05:13 wiz Exp $
+
+--- src/rominfo.c.orig 2005-02-28 19:17:24.000000000 +0100
++++ src/rominfo.c
+@@ -22,14 +22,14 @@
+
+ /* --- Dat library includes --- */
+
+-#include "datlib/src/datlib.h"
+-#include "datlib/src/macro.h"
++#include "DatLib/datlib.h"
++#include "DatLib/macro.h"
+
+
+ /* --- Misc library includes --- */
+
+-#include "datlib/src/misc/getopt.h"
+-#include "datlib/src/mame/unzip.h"
++#include "DatLib/misc/getopt.h"
++#include "DatLib/mame/unzip.h"
+
+
+ /* --- ROMInfo definitions and macros --- */