Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > 24235121999c3c0004aa773986992a4a > files > 1

libevhtp-1.2.11n-2.mga6.src.rpm

diff -Nru a/evhtp.h b/evhtp.h
--- a/evhtp.h	2015-11-26 23:03:52.000000000 +0100
+++ b/evhtp.h	2016-05-07 19:33:18.388199713 +0200
@@ -1,17 +1,17 @@
-#include <evhtp-config.h>
+#include "evhtp-config.h"
 
 #ifndef __EVHTP__H__
 #define __EVHTP__H__
 
 /** @file */
 #ifndef EVHTP_DISABLE_EVTHR
-#include <evthr.h>
+#include "evthr.h"
 #endif
 
-#include <htparse.h>
+#include "htparse.h"
 
 #ifndef EVHTP_DISABLE_REGEX
-#include <onigposix.h>
+#include "onigposix.h"
 #endif
 
 #include <sys/queue.h>
diff -Nru a/evthr.h b/evthr.h
--- a/evthr.h	2015-11-26 23:03:52.000000000 +0100
+++ b/evthr.h	2016-05-07 19:33:30.290230883 +0200
@@ -6,7 +6,7 @@
 
 #include <pthread.h>
 #include <event2/event.h>
-#include <evhtp-config.h>
+#include "evhtp-config.h"
 
 #ifdef __cplusplus
 extern "C" {