mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 14:00:19 -04:00
22 lines
473 B
Plaintext
22 lines
473 B
Plaintext
$NetBSD: patch-ab,v 1.2 2005/03/14 16:20:58 wiz Exp $
|
|
|
|
--- src/datutil.c.orig 2005-02-22 21:04:44.000000000 +0100
|
|
+++ src/datutil.c
|
|
@@ -21,13 +21,13 @@
|
|
|
|
/* --- 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/misc/getopt.h>
|
|
|
|
|
|
/* --- DatUtil definitions and macros --- */
|