* lib/strchrnul.c: Always include config.h first.
[gnulib.git] / lib / strchrnul.c
index 03c49c3..07014be 100644 (file)
@@ -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 <config.h>
+
 /* Specification.  */
 #include <string.h>