X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/763d5e6ad88ef3ba1cd1d7742d060e4f1e54c6b8..758aa6c3c5b1768f35e503a00f374d0c52a55a6a:/lib/hash.c diff --git a/lib/hash.c b/lib/hash.c index d334612..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 */