projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3d1c6c
)
Include xstrndup.h also.
author
Ben Pfaff
<blp@gnu.org>
Mon, 23 Jul 2007 04:48:10 +0000
(
04:48
+0000)
committer
Ben Pfaff
<blp@gnu.org>
Mon, 23 Jul 2007 04:48:10 +0000
(
04:48
+0000)
src/libpspp/ChangeLog
patch
|
blob
|
history
src/libpspp/str.h
patch
|
blob
|
history
diff --git
a/src/libpspp/ChangeLog
b/src/libpspp/ChangeLog
index f66e386c0b7fbc963b41d97926e9dc1aba185086..e0cebfb85ccd02328da9f90cba570c515f4db5a2 100644
(file)
--- a/
src/libpspp/ChangeLog
+++ b/
src/libpspp/ChangeLog
@@
-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>
diff --git
a/src/libpspp/str.h
b/src/libpspp/str.h
index 23966dfd0f4c90b37abd9ff5127b697554cffb16..4a806373f108dacfa98e76aea6b793832245a376 100644
(file)
--- 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"
\f
/* Miscellaneous. */