X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fstring-set.c;h=d6a8012749652b40e4b675bcae623e9c3e536111;hb=81579d9e9f994fb2908f50af41c3eb033d216e58;hp=3fd370db93877900504f6c4b693efe308af46044;hpb=65d43159b0f6c9db2cae327473eddf13d2394ff6;p=pspp-builds.git diff --git a/src/libpspp/string-set.c b/src/libpspp/string-set.c index 3fd370db..d6a80127 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"