diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-01-30 17:52:37 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-01-30 17:52:37 +0100 |
commit | 9cf1175d331369a5552b770f6189f49e4bff44b8 (patch) | |
tree | 3462b38f7a9ffda4c33be4f71516d58b6a102f0f /source4 | |
parent | cdca75dee67ebfee62b44273d7d5ae5f123c477b (diff) | |
download | samba-9cf1175d331369a5552b770f6189f49e4bff44b8.tar.gz samba-9cf1175d331369a5552b770f6189f49e4bff44b8.tar.bz2 samba-9cf1175d331369a5552b770f6189f49e4bff44b8.zip |
heimdal:camellia-ntt.c: include config.h as first header
metze
Diffstat (limited to 'source4')
-rw-r--r-- | source4/heimdal/lib/hcrypto/camellia-ntt.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/heimdal/lib/hcrypto/camellia-ntt.c b/source4/heimdal/lib/hcrypto/camellia-ntt.c index 70b0268833..c6e3485e26 100644 --- a/source4/heimdal/lib/hcrypto/camellia-ntt.c +++ b/source4/heimdal/lib/hcrypto/camellia-ntt.c @@ -23,6 +23,9 @@ * http://info.isl.ntt.co.jp/crypt/eng/camellia/specifications.html */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include <string.h> #include <stdlib.h> |