Include xstrndup.h also.
authorBen Pfaff <blp@gnu.org>
Mon, 23 Jul 2007 04:48:10 +0000 (04:48 +0000)
committerBen Pfaff <blp@gnu.org>
Mon, 23 Jul 2007 04:48:10 +0000 (04:48 +0000)
src/libpspp/ChangeLog
src/libpspp/str.h

index f66e386c0b7fbc963b41d97926e9dc1aba185086..e0cebfb85ccd02328da9f90cba570c515f4db5a2 100644 (file)
@@ -1,5 +1,7 @@
 2007-07-22  Ben Pfaff  <blp@gnu.org>
 
+       * str.h: Include xstrndup.h also.
+
        * float-format.c (float_get_double): New function.
 
 2007-07-06  Ben Pfaff  <blp@gnu.org>
index 23966dfd0f4c90b37abd9ff5127b697554cffb16..4a806373f108dacfa98e76aea6b793832245a376 100644 (file)
@@ -25,6 +25,7 @@
 
 #include "compiler.h"
 #include "memcasecmp.h"
+#include "xstrndup.h"
 #include "xvasprintf.h"
 \f
 /* Miscellaneous. */