aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-16 10:06:55 +0000
committerChristian Grothoff <christian@grothoff.org>2015-07-16 10:06:55 +0000
commit5781ff7e1a968262eb19fcb456a3cf6320575e75 (patch)
tree9c03b5654f563b9b0732ac7058ff1e83cc7b2527 /src
parent5f86c23ef16080201ca7a86e380913c1ac21048b (diff)
downloadgnunet-5781ff7e1a968262eb19fcb456a3cf6320575e75.tar.gz
gnunet-5781ff7e1a968262eb19fcb456a3cf6320575e75.zip
-do not use header of LE <1.0 by also checking that the binary version was acceptable
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_container_lib.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index fd2e6880c..cfa494578 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -36,10 +36,12 @@
36/* add error and config prototypes */ 36/* add error and config prototypes */
37#include "gnunet_crypto_lib.h" 37#include "gnunet_crypto_lib.h"
38 38
39#if HAVE_EXTRACTOR_H 39#if HAVE_EXTRACTOR_H && HAVE_LIBEXTRACTOR
40 40
41#include <extractor.h> 41#include <extractor.h>
42 42
43
44
43#else 45#else
44 46
45/* definitions from extractor.h we need for the build */ 47/* definitions from extractor.h we need for the build */