summaryrefslogtreecommitdiff
path: root/source4/heimdal
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-30 19:37:06 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-30 19:37:06 +0100
commit55f663a04b791baf5a7a0bc635bd6f626498d8fc (patch)
treea3fec984307185910dc3b6351eeddb374d5342fb /source4/heimdal
parente8c2ed1d489ad67451459c69877ccba41b157e88 (diff)
downloadsamba-55f663a04b791baf5a7a0bc635bd6f626498d8fc.tar.gz
samba-55f663a04b791baf5a7a0bc635bd6f626498d8fc.tar.bz2
samba-55f663a04b791baf5a7a0bc635bd6f626498d8fc.zip
heimdal:camellia: include roken.h
metze
Diffstat (limited to 'source4/heimdal')
-rw-r--r--source4/heimdal/lib/hcrypto/camellia-ntt.c2
-rw-r--r--source4/heimdal/lib/hcrypto/camellia.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/source4/heimdal/lib/hcrypto/camellia-ntt.c b/source4/heimdal/lib/hcrypto/camellia-ntt.c
index c6e3485e26..358221162f 100644
--- a/source4/heimdal/lib/hcrypto/camellia-ntt.c
+++ b/source4/heimdal/lib/hcrypto/camellia-ntt.c
@@ -27,6 +27,8 @@
#include "config.h"
#endif
+#include <roken.h>
+
#include <string.h>
#include <stdlib.h>
diff --git a/source4/heimdal/lib/hcrypto/camellia.c b/source4/heimdal/lib/hcrypto/camellia.c
index 00635c9fed..d78bbd4c0e 100644
--- a/source4/heimdal/lib/hcrypto/camellia.c
+++ b/source4/heimdal/lib/hcrypto/camellia.c
@@ -37,6 +37,8 @@
RCSID("$Id: aes.c 20466 2007-04-20 08:29:05Z lha $");
#endif
+#include <roken.h>
+
#ifdef KRB5
#include <krb5-types.h>
#endif