aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-16 13:27:03 +0000
committerChristian Grothoff <christian@grothoff.org>2015-06-16 13:27:03 +0000
commit4b4427e26a82c2d4d1c21ab58d37b54666728f33 (patch)
treefb3df2defaeadfe17b192303770fde2fea11a932 /src/include/gnunet_common.h
parentf7f68f4f3fec39f1e2c159d67a31b29ba503c774 (diff)
downloadgnunet-4b4427e26a82c2d4d1c21ab58d37b54666728f33.tar.gz
gnunet-4b4427e26a82c2d4d1c21ab58d37b54666728f33.zip
#include byteswap, if detected by configure
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 17c97c514..cd75cc3bd 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -49,6 +49,10 @@
49#include <stdarg.h> 49#include <stdarg.h>
50#endif 50#endif
51 51
52#ifdef HAVE_BYTESWAP_H
53#include <byteswap.h>
54#endif
55
52#ifdef __cplusplus 56#ifdef __cplusplus
53extern "C" 57extern "C"
54{ 58{