From: Eric Blake Date: Wed, 8 Aug 2007 16:05:58 +0000 (+0000) Subject: * lib/xstrtol-error.c: Add missing include. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88cc26bbbc23e6442f2e0db8e343db5fbd1499b4;p=pspp * lib/xstrtol-error.c: Add missing include. --- diff --git a/ChangeLog b/ChangeLog index 2f403f29b5..3af255e9e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-08-08 Eric Blake + * 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 #include "xstrtol.h" +#include + #include "error.h" #include "gettext.h"