opnsense-ports/devel/rubygem-p4ruby/files/patch-ext__P4__p4mapmaker.cpp
Franco Fichtner 825f355b00 */*: sync with upstream
Taken from: FreeBSD
2016-03-29 10:25:39 +02:00

15 lines
515 B
C++

--- ./ext/P4/p4mapmaker.cpp.orig 2015-02-11 21:56:41.253726893 +0000
+++ ./ext/P4/p4mapmaker.cpp 2015-02-11 21:57:50.622092422 +0000
@@ -35,9 +35,9 @@
******************************************************************************/
#include <ruby.h>
#include "undefdups.h"
-#include <p4/clientapi.h>
-#include <p4/mapapi.h>
-#include <p4/debug.h>
+#include <perforce/clientapi.h>
+#include <perforce/mapapi.h>
+#include <perforce/debug.h>
#include "p4rubydebug.h"
#include "p4utils.h"
#include "p4mapmaker.h"