From: Eric Blake Date: Fri, 2 Feb 2007 16:48:55 +0000 (+0000) Subject: * lib/strchrnul.c: Always include config.h first. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=033678fe63f881da9e5778cc15c08a974a1c398c;p=pspp * lib/strchrnul.c: Always include config.h first. --- diff --git a/ChangeLog b/ChangeLog index 4010c97d33..a684d220b6 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 03c49c3ea2..07014be17a 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