# HG changeset patch # User Eric Blake # Date 1170434935 0 # Node ID b0198d1bb4093e8bd0bcb1da4e2cef98d0f59ea6 # Parent f16e2e21c00f5102f8587c92ecaa003c293ab6b6 * lib/strchrnul.c: Always include config.h first. diff --git a/ChangeLog b/ChangeLog --- 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 --- 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