* lib/xstrtol-error.c: Add missing include.
authorEric Blake <ebb9@byu.net>
Wed, 8 Aug 2007 16:05:58 +0000 (16:05 +0000)
committerEric Blake <ebb9@byu.net>
Wed, 8 Aug 2007 16:05:58 +0000 (16:05 +0000)
ChangeLog
lib/xstrtol-error.c

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.
index 5316fc0aba97bf8a76b6878425ec8ca989e63d9b..e22af185e037c863cb3d534353d6c0d0086acb4d 100644 (file)
@@ -20,6 +20,8 @@
 #include <config.h>
 #include "xstrtol.h"
 
+#include <stdlib.h>
+
 #include "error.h"
 #include "gettext.h"