mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
16 lines
359 B
Plaintext
16 lines
359 B
Plaintext
$NetBSD: patch-ac,v 1.2 2005/03/14 16:20:58 wiz Exp $
|
|
|
|
--- src/compare.c.orig 2005-02-20 16:08:38.000000000 +0100
|
|
+++ src/compare.c
|
|
@@ -15,8 +15,8 @@
|
|
|
|
/* --- Dat library includes --- */
|
|
|
|
-#include "datlib/src/datlib.h"
|
|
-#include "datlib/src/macro.h"
|
|
+#include "DatLib/datlib.h"
|
|
+#include "DatLib/macro.h"
|
|
|
|
|
|
/* --- MAMEDiff definitions and macros --- */
|