summaryrefslogtreecommitdiff
path: root/cipher/camellia.h
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/camellia.h')
-rw-r--r--cipher/camellia.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cipher/camellia.h b/cipher/camellia.h
index 3a92dc4d..4425a3a2 100644
--- a/cipher/camellia.h
+++ b/cipher/camellia.h
@@ -28,6 +28,9 @@
*
* This prefixes all external symbols with "foo_".
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifdef CAMELLIA_EXT_SYM_PREFIX
#define CAMELLIA_PREFIX1(x,y) x ## y
#define CAMELLIA_PREFIX2(x,y) CAMELLIA_PREFIX1(x,y)
@@ -44,6 +47,7 @@
#define camellia_setup256 CAMELLIA_PREFIX(camellia_setup256)
#endif /*CAMELLIA_EXT_SYM_PREFIX*/
+
#ifdef __cplusplus
extern "C" {
#endif