From 232cf1d42677f94f5d0df487490878bb7fc792c4 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Wed, 24 Feb 2016 21:31:07 +0000 Subject: 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. --- src/pq/pq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pq/pq.c') diff --git a/src/pq/pq.c b/src/pq/pq.c index fe796044e..37d067edd 100644 --- a/src/pq/pq.c +++ b/src/pq/pq.c @@ -21,7 +21,7 @@ * @author Christian Grothoff */ #include "platform.h" -#include +#include "gnunet_util_lib.h" #include "gnunet_pq_lib.h" -- cgit v1.2.3