mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
20 lines
418 B
Plaintext
20 lines
418 B
Plaintext
$NetBSD: patch-ab,v 1.2 2005/03/14 16:20:58 wiz Exp $
|
|
|
|
--- src/mamediff.c.orig 2005-02-28 19:12:48.000000000 +0100
|
|
+++ src/mamediff.c
|
|
@@ -19,12 +19,12 @@
|
|
|
|
/* --- Dat library includes --- */
|
|
|
|
-#include "datlib/src/datlib.h"
|
|
+#include <DatLib/datlib.h>
|
|
|
|
|
|
/* --- Misc library includes --- */
|
|
|
|
-#include "datlib/src/misc/getopt.h"
|
|
+#include <DatLib/misc/getopt.h>
|
|
|
|
|
|
/* --- MAMEDiff definitions and macros --- */
|