heimdal:camellia: include roken.h
authorStefan Metzmacher <metze@samba.org>
Fri, 30 Jan 2009 18:37:06 +0000 (19:37 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 30 Jan 2009 18:37:06 +0000 (19:37 +0100)
metze

source4/heimdal/lib/hcrypto/camellia-ntt.c
source4/heimdal/lib/hcrypto/camellia.c

index c6e3485e265bc5f7bc507664e6538d9e7ecec101..358221162fd073eb1814a41fb1f6aa676ea4fd82 100644 (file)
@@ -27,6 +27,8 @@
 #include "config.h"
 #endif
 
+#include <roken.h>
+
 #include <string.h>
 #include <stdlib.h>
 
index 00635c9fed5a25a93a88a68939da465f29fad6af..d78bbd4c0e6567a8457e9a8087f805b954bb7ded 100644 (file)
@@ -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