diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-02-16 11:43:35 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-02-16 11:43:35 +0000 |
commit | b162a841bb86e9482a7ebfd6be66d90205e4eb04 (patch) | |
tree | 58d500a001741695f32ef42fe6d08f591c6cbb24 | |
parent | 92b1d02bf29be0809529ac990549d91fd8a0db33 (diff) | |
download | drakx-b162a841bb86e9482a7ebfd6be66d90205e4eb04.tar drakx-b162a841bb86e9482a7ebfd6be66d90205e4eb04.tar.gz drakx-b162a841bb86e9482a7ebfd6be66d90205e4eb04.tar.bz2 drakx-b162a841bb86e9482a7ebfd6be66d90205e4eb04.tar.xz drakx-b162a841bb86e9482a7ebfd6be66d90205e4eb04.zip |
comply with glibc-2.2.2 more strict headers
-rw-r--r-- | mdk-stage1/dhcp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mdk-stage1/dhcp.c b/mdk-stage1/dhcp.c index b7dcccf8e..049a0ebdf 100644 --- a/mdk-stage1/dhcp.c +++ b/mdk-stage1/dhcp.c @@ -38,6 +38,7 @@ #include <netinet/ip.h> #include <netinet/udp.h> #include <sys/time.h> +#include <time.h> #include <fcntl.h> #include "stage1.h" |