From: Roy Marples Date: Sun, 1 May 2016 14:30:08 +0000 (+0000) Subject: Not all systems supply sys/cdefs.h and some require limits.h for PATH_MAX. X-Git-Tag: v6.11.0~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62b3d16d774ea3a208c2f9cbef7c8e1e63680b1c;p=thirdparty%2Fdhcpcd.git Not all systems supply sys/cdefs.h and some require limits.h for PATH_MAX. --- diff --git a/compat/pidfile.c b/compat/pidfile.c index 46f34c66..10cbd109 100644 --- a/compat/pidfile.c +++ b/compat/pidfile.c @@ -29,16 +29,12 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include -#if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: pidfile.c,v 1.14 2016/04/12 20:40:43 roy Exp $"); -#endif - #include #include #include #include +#include #include #include #include