gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r36918 - gnunet/src/pq


From: gnunet
Subject: [GNUnet-SVN] r36918 - gnunet/src/pq
Date: Wed, 24 Feb 2016 22:31:08 +0100

Author: daniel
Date: 2016-02-24 22:31:07 +0100 (Wed, 24 Feb 2016)
New Revision: 36918

Modified:
   gnunet/src/pq/pq.c
   gnunet/src/pq/pq_query_helper.c
   gnunet/src/pq/pq_result_helper.c
Log:
pq: fix errornous include

gnunet_util_lib.h can't be included from system's include path before
gnunet installed it there. Include it from the sourcetree instead.

Modified: gnunet/src/pq/pq.c
===================================================================
--- gnunet/src/pq/pq.c  2016-02-24 09:57:03 UTC (rev 36917)
+++ gnunet/src/pq/pq.c  2016-02-24 21:31:07 UTC (rev 36918)
@@ -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"
 
 

Modified: gnunet/src/pq/pq_query_helper.c
===================================================================
--- gnunet/src/pq/pq_query_helper.c     2016-02-24 09:57:03 UTC (rev 36917)
+++ gnunet/src/pq/pq_query_helper.c     2016-02-24 21:31:07 UTC (rev 36918)
@@ -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"
 
 

Modified: gnunet/src/pq/pq_result_helper.c
===================================================================
--- gnunet/src/pq/pq_result_helper.c    2016-02-24 09:57:03 UTC (rev 36917)
+++ gnunet/src/pq/pq_result_helper.c    2016-02-24 21:31:07 UTC (rev 36918)
@@ -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"
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]