heimdal:camellia-ntt.c: include config.h as first header
authorStefan Metzmacher <metze@samba.org>
Fri, 30 Jan 2009 16:52:37 +0000 (17:52 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 26 Mar 2009 08:54:51 +0000 (09:54 +0100)
metze

lib/hcrypto/camellia-ntt.c

index 70b02688330f6715bf75bcf7cfe46b877887b66f..c6e3485e265bc5f7bc507664e6538d9e7ecec101 100644 (file)
@@ -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>