From 24a954d1a4faa977d763421136881378f4dd092c Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 23 Jul 2007 04:48:10 +0000 Subject: [PATCH] Include xstrndup.h also. --- src/libpspp/ChangeLog | 2 ++ src/libpspp/str.h | 1 + 2 files changed, 3 insertions(+) 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. */ -- 2.30.2