]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/hash.c
Re-add #include's for header files of the C file itself
[ngircd-alex.git] / src / ngircd / hash.c
index 7e5ad9d61cb38376f7ea322ed19a2b1e52fb54e2..cdac5e8d01831d477d2671b0d729f980f93ef967 100644 (file)
@@ -22,6 +22,8 @@
 #include "defines.h"
 #include "tool.h"
 
+#include "hash.h"
+
 static UINT32 jenkins_hash PARAMS((UINT8 *k, UINT32 length, UINT32 initval));
 
 /**