X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flibpspp%2Fstring-map.h;h=c29551bb1ff62b709eb7e876313faab45abd40c7;hb=763b593a5b5773859e3cf739b843cf0bae0359e5;hp=f8ffabcffc1250bfdbdc428c511601937bdc6353;hpb=7c08a6e1009cf60847e770a77a73c650e9326379;p=pspp-builds.git diff --git a/src/libpspp/string-map.h b/src/libpspp/string-map.h index f8ffabcf..c29551bb 100644 --- a/src/libpspp/string-map.h +++ b/src/libpspp/string-map.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 @@ -23,7 +23,7 @@ key-value pairs. */ #include -#include +#include "libpspp/hmap.h" struct string_set;