--- src/sbin/dhclient/client/Attic/dhclient.c.patch 2005/01/04 19:58:54 1.1 +++ src/sbin/dhclient/client/Attic/dhclient.c.patch 2006/12/31 20:18:35 1.2 @@ -12,9 +12,9 @@ $DragonFly$ +#include +#endif + - TIME cur_time; TIME default_lease_time = 43200; /* 12 hours... */ TIME max_lease_time = 86400; /* 24 hours... */ + @@ -73,8 +80,11 @@ struct string_list *client_env=NULL; int client_env_count=0;