projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fbfb98
)
ftoastr: Fix compilation error on Solaris.
author
Bruno Haible
<bruno@clisp.org>
Sat, 27 Nov 2010 17:10:39 +0000
(18:10 +0100)
committer
Bruno Haible
<bruno@clisp.org>
Sat, 27 Nov 2010 17:10:39 +0000
(18:10 +0100)
* lib/ftoastr.c: Include <config.h>.
ChangeLog
patch
|
blob
|
history
lib/ftoastr.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 583250bdd8eb89c401e4676c8a2a14cc73f901dc..94b01ed52fc35f546700f1c18a61efb89d6f9856 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2010-11-27 Bruno Haible <bruno@clisp.org>
+
+ ftoastr: Fix compilation error on Solaris.
+ * lib/ftoastr.c: Include <config.h>.
+
2010-11-27 Bruno Haible <bruno@clisp.org>
getloadavg: Update documentation.
diff --git
a/lib/ftoastr.c
b/lib/ftoastr.c
index 6c5ea574c33f113ff0fb886bd6eba6db2d0df4c4..a55b24eb94fa3c4766501ae1adba72ab926e629f 100644
(file)
--- a/
lib/ftoastr.c
+++ b/
lib/ftoastr.c
@@
-25,6
+25,8
@@
This code relies on sprintf, strtod, etc. operating accurately;
otherwise, the resulting strings could be inaccurate or too long. */
+#include <config.h>
+
#include "ftoastr.h"
#include "intprops.h"