changeset 9142:a5e5584188ed

* lib/xstrtol-error.c: Add missing include.
author Eric Blake <ebb9@byu.net>
date Wed, 08 Aug 2007 16:05:58 +0000
parents 2f9763090486
children 4290c9101f09
files ChangeLog lib/xstrtol-error.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Aug 08 12:45:54 2007 +0000
+++ b/ChangeLog	Wed Aug 08 16:05:58 2007 +0000
@@ -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.
--- a/lib/xstrtol-error.c	Wed Aug 08 12:45:54 2007 +0000
+++ b/lib/xstrtol-error.c	Wed Aug 08 16:05:58 2007 +0000
@@ -20,6 +20,8 @@
 #include <config.h>
 #include "xstrtol.h"
 
+#include <stdlib.h>
+
 #include "error.h"
 #include "gettext.h"