summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2007-08-08 16:05:58 +0000
committerEric Blake <ebb9@byu.net>2007-08-08 16:05:58 +0000
commit88cc26bbbc23e6442f2e0db8e343db5fbd1499b4 (patch)
tree257714cbaf1ec7df21262519c43e06a9f6885ca0
parentc7110f3b833159c91e8cbe6a14349174aeef4ab6 (diff)
downloadgnulib-88cc26bbbc23e6442f2e0db8e343db5fbd1499b4.tar.gz
* lib/xstrtol-error.c: Add missing include.
-rw-r--r--ChangeLog2
-rw-r--r--lib/xstrtol-error.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f403f29b5..3af255e9e7 100644
--- 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 5316fc0aba..e22af185e0 100644
--- 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"