aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_container_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-01-03 16:00:02 +0000
committerChristian Grothoff <christian@grothoff.org>2011-01-03 16:00:02 +0000
commit17d48a5d001e42727443faed87358e289bc6f0d3 (patch)
tree2ae2ec1ce6f41558554ad68ddd541daf37547f99 /src/include/gnunet_container_lib.h
parentc3eb3e1d649e6930b872baad3e1c3135d35138f4 (diff)
downloadgnunet-17d48a5d001e42727443faed87358e289bc6f0d3.tar.gz
gnunet-17d48a5d001e42727443faed87358e289bc6f0d3.zip
fix
Diffstat (limited to 'src/include/gnunet_container_lib.h')
-rw-r--r--src/include/gnunet_container_lib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index 1abb4c13f..85b17c7dd 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -33,6 +33,11 @@
33#include "gnunet_crypto_lib.h" 33#include "gnunet_crypto_lib.h"
34#include <extractor.h> 34#include <extractor.h>
35 35
36#ifndef EXTRACTOR_METATYPE_GNUNET_ORIGINAL_FILENAME
37/* hack for LE < 0.6.3 */
38#define EXTRACTOR_METATYPE_GNUNET_ORIGINAL_FILENAME 180
39#endif
40
36#ifdef __cplusplus 41#ifdef __cplusplus
37extern "C" 42extern "C"
38{ 43{