From 88cc26bbbc23e6442f2e0db8e343db5fbd1499b4 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 8 Aug 2007 16:05:58 +0000 Subject: [PATCH] * lib/xstrtol-error.c: Add missing include. --- ChangeLog | 2 ++ lib/xstrtol-error.c | 2 ++ 2 files changed, 4 insertions(+) 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" -- 2.30.2