chiark / gitweb /
TABLE_FIND() now uses typeof. We're committed to GCC anyway so it
[disorder] / lib / hash.c
index 2fc19c186adfc879c6e9406ae99ca672a5349568..f38e1d9cec35e06d6381ba8dfa0051ce363cc442 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * This file is part of DisOrder
- * Copyright (C) 2005, 2006 Richard Kettlewell
+ * Copyright (C) 2005-2008 Richard Kettlewell
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -26,6 +26,7 @@
 #include "hash.h"
 #include "mem.h"
 #include "log.h"
+#include "kvp.h"
 
 struct entry {
   struct entry *next;                   /* next entry same key */
@@ -171,4 +172,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:8JLNu2iwue7D0MlS0/nR2g */