X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/460b9539a7c15580e41a71bbc0f47ae776238915..ba937f0119d6102d2af9cc777cce495e65544952:/lib/hash.c diff --git a/lib/hash.c b/lib/hash.c index 2fc19c1..f38e1d9 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -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 */