1 |
jpp |
1.1 |
diff -Nru a/evhtp.h b/evhtp.h |
2 |
|
|
--- a/evhtp.h 2015-11-26 23:03:52.000000000 +0100 |
3 |
|
|
+++ b/evhtp.h 2016-05-07 19:33:18.388199713 +0200 |
4 |
|
|
@@ -1,17 +1,17 @@ |
5 |
|
|
-#include <evhtp-config.h> |
6 |
|
|
+#include "evhtp-config.h" |
7 |
|
|
|
8 |
|
|
#ifndef __EVHTP__H__ |
9 |
|
|
#define __EVHTP__H__ |
10 |
|
|
|
11 |
|
|
/** @file */ |
12 |
|
|
#ifndef EVHTP_DISABLE_EVTHR |
13 |
|
|
-#include <evthr.h> |
14 |
|
|
+#include "evthr.h" |
15 |
|
|
#endif |
16 |
|
|
|
17 |
|
|
-#include <htparse.h> |
18 |
|
|
+#include "htparse.h" |
19 |
|
|
|
20 |
|
|
#ifndef EVHTP_DISABLE_REGEX |
21 |
|
|
-#include <onigposix.h> |
22 |
|
|
+#include "onigposix.h" |
23 |
|
|
#endif |
24 |
|
|
|
25 |
|
|
#include <sys/queue.h> |
26 |
|
|
diff -Nru a/evthr.h b/evthr.h |
27 |
|
|
--- a/evthr.h 2015-11-26 23:03:52.000000000 +0100 |
28 |
|
|
+++ b/evthr.h 2016-05-07 19:33:30.290230883 +0200 |
29 |
|
|
@@ -6,7 +6,7 @@ |
30 |
|
|
|
31 |
|
|
#include <pthread.h> |
32 |
|
|
#include <event2/event.h> |
33 |
|
|
-#include <evhtp-config.h> |
34 |
|
|
+#include "evhtp-config.h" |
35 |
|
|
|
36 |
|
|
#ifdef __cplusplus |
37 |
|
|
extern "C" { |