From: Roy Marples Date: Tue, 14 Jan 2014 14:24:31 +0000 (+0000) Subject: bpf(4) says that we need to include sys/time.h as well. X-Git-Tag: v6.2.1~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d20ed68a85d4eabdf554f533012baef861b57677;p=thirdparty%2Fdhcpcd.git bpf(4) says that we need to include sys/time.h as well. Thanks to Sebastian Huber. --- diff --git a/bpf.c b/bpf.c index 826de227..67fd5056 100644 --- a/bpf.c +++ b/bpf.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2013 Roy Marples + * Copyright (c) 2006-2014 Roy Marples * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -25,6 +25,7 @@ */ #include +#include #include #include #include