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:
19f4600
)
Include <config.h>.
author
Ben Pfaff
<blp@gnu.org>
Sun, 31 Jul 2005 05:51:35 +0000
(
05:51
+0000)
committer
Ben Pfaff
<blp@gnu.org>
Sun, 31 Jul 2005 05:51:35 +0000
(
05:51
+0000)
src/ChangeLog
patch
|
blob
|
history
src/histogram.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 9b801676650f54fcc7a357784ef55f328957b9ec..acf999028c0fa63cbf4cc8927af7ce39be05b97b 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+Sat Jul 30 22:50:57 2005 Ben Pfaff <blp@gnu.org>
+
+ * histogram.c: Include <config.h>.
+
Sat Jul 30 22:48:50 2005 Ben Pfaff <blp@gnu.org>
* get.c: (cmd_match_files) Fix msg() bug found by -Wformat.
diff --git
a/src/histogram.c
b/src/histogram.c
index ab258e3301993fd33b83b3bd1e7e36c6a1bcb4c1..997f7e384649bc8d4903736ce28eb16ddc058e65 100644
(file)
--- a/
src/histogram.c
+++ b/
src/histogram.c
@@
-17,6
+17,7
@@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA. */
+#include <config.h>
#include <math.h>
#include <gsl/gsl_histogram.h>
#include <assert.h>