From: Ben Pfaff Date: Mon, 23 Jul 2007 04:48:10 +0000 (+0000) Subject: Include xstrndup.h also. X-Git-Tag: v0.6.0~363 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24a954d1a4faa977d763421136881378f4dd092c;p=pspp-builds.git Include xstrndup.h also. --- diff --git a/src/libpspp/ChangeLog b/src/libpspp/ChangeLog index f66e386c..e0cebfb8 100644 --- a/src/libpspp/ChangeLog +++ b/src/libpspp/ChangeLog @@ -1,5 +1,7 @@ 2007-07-22 Ben Pfaff + * str.h: Include xstrndup.h also. + * float-format.c (float_get_double): New function. 2007-07-06 Ben Pfaff diff --git a/src/libpspp/str.h b/src/libpspp/str.h index 23966dfd..4a806373 100644 --- a/src/libpspp/str.h +++ b/src/libpspp/str.h @@ -25,6 +25,7 @@ #include "compiler.h" #include "memcasecmp.h" +#include "xstrndup.h" #include "xvasprintf.h" /* Miscellaneous. */