mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
16 lines
396 B
C++
16 lines
396 B
C++
$NetBSD: patch-libgrive_test_drive_EntryTest.cc,v 1.1.1.1 2015/06/16 16:15:37 abs Exp $
|
|
|
|
Fix include
|
|
|
|
--- libgrive/test/drive/EntryTest.cc.orig 2015-05-31 19:35:15.000000000 +0000
|
|
+++ libgrive/test/drive/EntryTest.cc
|
|
@@ -21,7 +21,7 @@
|
|
|
|
#include "Assert.hh"
|
|
|
|
-#include "drive/Entry.hh"
|
|
+#include "base/Entry.hh"
|
|
#include "xml/Node.hh"
|
|
#include "xml/NodeSet.hh"
|
|
#include "xml/TreeBuilder.hh"
|