aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_common.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 3ee2a070a..ca3ddceaa 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -61,6 +61,14 @@
61#include <byteswap.h> 61#include <byteswap.h>
62#endif 62#endif
63 63
64
65/* This is also included in platform.h, but over there a couple of
66 GNUnet-specific gettext-related macros are defined in addition to including
67 the header file. Because this header file uses gettext, this include
68 statement makes sure gettext macros are defined even when platform.h is
69 unavailable. */
70#include "gettext.h"
71
64#ifdef __cplusplus 72#ifdef __cplusplus
65extern "C" { 73extern "C" {
66#if 0 /* keep Emacsens' auto-indent happy */ 74#if 0 /* keep Emacsens' auto-indent happy */