From 033678fe63f881da9e5778cc15c08a974a1c398c Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 2 Feb 2007 16:48:55 +0000 Subject: [PATCH] * lib/strchrnul.c: Always include config.h first. --- ChangeLog | 2 ++ lib/strchrnul.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4010c97d3..a684d220b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-02-02 Eric Blake + * lib/strchrnul.c: Always include config.h first. + * modules/mountlist (Depends-on): Revert 2007-01-31 change, gnulib strstr is not necessary here. diff --git a/lib/strchrnul.c b/lib/strchrnul.c index 03c49c3ea..07014be17 100644 --- a/lib/strchrnul.c +++ b/lib/strchrnul.c @@ -15,6 +15,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#include + /* Specification. */ #include -- 2.11.0