]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add #include "config.h"
authorMark Andrews <marka@isc.org>
Wed, 18 Feb 2009 06:44:58 +0000 (06:44 +0000)
committerMark Andrews <marka@isc.org>
Wed, 18 Feb 2009 06:44:58 +0000 (06:44 +0000)
lib/isc/iterated_hash.c

index 8c3292997145585980f1cadbfb87306720d9deb1..d2863e4213395c13273b581e79a60e92c2bd84a6 100644 (file)
@@ -14,7 +14,9 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: iterated_hash.c,v 1.4 2008/09/24 03:16:58 tbox Exp $ */
+/* $Id: iterated_hash.c,v 1.5 2009/02/18 06:44:58 marka Exp $ */
+
+#include "config.h"
 
 #include <stdio.h>