From 5c070be20add59873701368a2033d7d993a416d6 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 4 Jan 2014 13:40:01 +0000 Subject: Even though strnlen(3) is required by POSIX 2008, Matthias Scheler reports than Solaris 10 lacks it. While here, sort the declarations in config.h and move the headers to the top. --- config.h.pre | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h.pre') diff --git a/config.h.pre b/config.h.pre index bc594784..52a8159a 100644 --- a/config.h.pre +++ b/config.h.pre @@ -5,4 +5,5 @@ # define _GNU_SOURCE /* strptime(), getsubopt() */ #endif +#include #include -- cgit