X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fstring-set.c;h=d6a8012749652b40e4b675bcae623e9c3e536111;hb=24209afdf25f72722439aa6317b0499750824afe;hp=3fd370db93877900504f6c4b693efe308af46044;hpb=7c08a6e1009cf60847e770a77a73c650e9326379;p=pspp diff --git a/src/libpspp/string-set.c b/src/libpspp/string-set.c index 3fd370db93..d6a8012749 100644 --- a/src/libpspp/string-set.c +++ b/src/libpspp/string-set.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009, 2011 Free Software Foundation, Inc. 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 @@ -19,12 +19,12 @@ #include -#include +#include "libpspp/string-set.h" #include #include -#include +#include "libpspp/hash-functions.h" #include "gl/xalloc.h"