X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fstring-set.h;h=aad8cdb01d63d4408a6686d3bc33b706407d2d1d;hb=8e98d2ec1b1620280d66820e323d82b00975374e;hp=a604e1513efe9179ff931a2f4bf0b2d8edf746d2;hpb=7c08a6e1009cf60847e770a77a73c650e9326379;p=pspp diff --git a/src/libpspp/string-set.h b/src/libpspp/string-set.h index a604e1513e..aad8cdb01d 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