X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fstring-set.h;h=aad8cdb01d63d4408a6686d3bc33b706407d2d1d;hb=81579d9e9f994fb2908f50af41c3eb033d216e58;hp=a604e1513efe9179ff931a2f4bf0b2d8edf746d2;hpb=b5cebf00d5edaada965b3dc75c745942d9483059;p=pspp-builds.git diff --git a/src/libpspp/string-set.h b/src/libpspp/string-set.h index a604e151..aad8cdb0 100644 --- a/src/libpspp/string-set.h +++ b/src/libpspp/string-set.h @@ -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 @@ -22,7 +22,7 @@ This is a convenient wrapper around a "struct hmap" for storing strings. */ #include -#include +#include "libpspp/hmap.h" /* A node in the string set. */ struct string_set_node