pq: fix errornous include
authorDaniel Golle <daniel@makrotopia.org>
Wed, 24 Feb 2016 21:31:07 +0000 (21:31 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 24 Feb 2016 21:31:07 +0000 (21:31 +0000)
gnunet_util_lib.h can't be included from system's include path before
gnunet installed it there. Include it from the sourcetree instead.

src/pq/pq.c
src/pq/pq_query_helper.c
src/pq/pq_result_helper.c

index fe796044ef1cfe6dfc48402e95290d762cdc753e..37d067edd8c30524039bbd68cb571d684652c547 100644 (file)
@@ -21,7 +21,7 @@
  * @author Christian Grothoff
  */
 #include "platform.h"
-#include <gnunet/gnunet_util_lib.h>
+#include "gnunet_util_lib.h"
 #include "gnunet_pq_lib.h"
 
 
index 5f2764b62dc593cf611cee1267ab6ad155f74708..13c71446ccae34726fbd90a5ae83ce4c6a610787 100644 (file)
@@ -19,7 +19,7 @@
  * @author Christian Grothoff
  */
 #include "platform.h"
-#include <gnunet/gnunet_util_lib.h>
+#include "gnunet_util_lib.h"
 #include "gnunet_pq_lib.h"
 
 
index dc5700730ffaa40c90962862cb15f64cb5750d1c..48f073cda50e934a7642e2cec14fe510a99e7eae 100644 (file)
@@ -19,7 +19,7 @@
  * @author Christian Grothoff
  */
 #include "platform.h"
-#include <gnunet/gnunet_util_lib.h>
+#include "gnunet_util_lib.h"
 #include "gnunet_pq_lib.h"