X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Fhashtable.c;h=666ba2ad6f5ede1734a8107cd0152ff3c45cac0b;hb=047a1417fb4f09f995eb2671ee52253f7f1e1e76;hp=05dc16794a2eb7ddba7fe3fc1e9f94e76ad07e2c;hpb=1e00cd58a514a61e829e639f1e40dac94a334561;p=jansson.git diff --git a/src/hashtable.c b/src/hashtable.c index 05dc167..666ba2a 100644 --- a/src/hashtable.c +++ b/src/hashtable.c @@ -1,10 +1,12 @@ /* - * Copyright (c) 2009 Petri Lehtinen + * Copyright (c) 2009, 2010 Petri Lehtinen * * This library is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. */ +#include + #include #include "hashtable.h"