]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
#include <config.h>
authorMark Andrews <marka@isc.org>
Tue, 29 Jul 2003 04:31:23 +0000 (04:31 +0000)
committerMark Andrews <marka@isc.org>
Tue, 29 Jul 2003 04:31:23 +0000 (04:31 +0000)
lib/isc/hash.c

index 01d8cd928215c8ca409f0ac84ba66fb2480399e0..bb40b953c4acf958eb82529a2267280cdb44e784 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: hash.c,v 1.3 2003/07/29 04:22:53 marka Exp $ */
+/* $Id: hash.c,v 1.4 2003/07/29 04:31:23 marka Exp $ */
 
 /*
  * Some portion of this code was derived from universal hash function
@@ -58,6 +58,8 @@ or otherwise) arising in any way out of the use of this software, even
 if advised of the possibility of such damage.
 */
 
+#include <config.h>
+
 #include <isc/entropy.h>
 #include <isc/hash.h>
 #include <isc/mem.h>