From: Roy Marples Date: Tue, 12 Aug 2008 12:20:25 +0000 (+0000) Subject: Need time.h for nanosleep. X-Git-Tag: v4.0.2~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d99ed6bd0c976c27784d2ff8313823da5e58ec93;p=thirdparty%2Fdhcpcd.git Need time.h for nanosleep. --- diff --git a/dhcpcd.c b/dhcpcd.c index 8da13fbc..a79bea7c 100644 --- a/dhcpcd.c +++ b/dhcpcd.c @@ -41,6 +41,7 @@ const char copyright[] = "Copyright (c) 2006-2008 Roy Marples"; #include #include #include +#include #include "config.h" #include "client.h"