diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-01-30 19:37:06 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-01-30 19:37:06 +0100 |
commit | 55f663a04b791baf5a7a0bc635bd6f626498d8fc (patch) | |
tree | a3fec984307185910dc3b6351eeddb374d5342fb | |
parent | e8c2ed1d489ad67451459c69877ccba41b157e88 (diff) | |
download | samba-55f663a04b791baf5a7a0bc635bd6f626498d8fc.tar.gz samba-55f663a04b791baf5a7a0bc635bd6f626498d8fc.tar.bz2 samba-55f663a04b791baf5a7a0bc635bd6f626498d8fc.zip |
heimdal:camellia: include roken.h
metze
-rw-r--r-- | source4/heimdal/lib/hcrypto/camellia-ntt.c | 2 | ||||
-rw-r--r-- | source4/heimdal/lib/hcrypto/camellia.c | 2 |
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 |