projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7110f3
)
* lib/xstrtol-error.c: Add missing include.
author
Eric Blake
<ebb9@byu.net>
Wed, 8 Aug 2007 16:05:58 +0000
(16:05 +0000)
committer
Eric Blake
<ebb9@byu.net>
Wed, 8 Aug 2007 16:05:58 +0000
(16:05 +0000)
ChangeLog
patch
|
blob
|
history
lib/xstrtol-error.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 2f403f29b52dd22114bc38ca9ff0ee30239f42fe..3af255e9e70a03dc899d23a046442f8d84a8d7ac 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,7
@@
2007-08-08 Eric Blake <ebb9@byu.net>
+ * lib/xstrtol-error.c: Add missing include.
+
Move xstrtol messages into gnulib domain, when --pobase is used.
* lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
* lib/xstrtol-error.c (xstrtol_error): ...into new file.
diff --git
a/lib/xstrtol-error.c
b/lib/xstrtol-error.c
index 5316fc0aba97bf8a76b6878425ec8ca989e63d9b..e22af185e037c863cb3d534353d6c0d0086acb4d 100644
(file)
--- a/
lib/xstrtol-error.c
+++ b/
lib/xstrtol-error.c
@@
-20,6
+20,8
@@
#include <config.h>
#include "xstrtol.h"
+#include <stdlib.h>
+
#include "error.h"
#include "gettext.h"