summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dhcp.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-02-16 11:43:35 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-02-16 11:43:35 +0000
commitb162a841bb86e9482a7ebfd6be66d90205e4eb04 (patch)
tree58d500a001741695f32ef42fe6d08f591c6cbb24 /mdk-stage1/dhcp.c
parent92b1d02bf29be0809529ac990549d91fd8a0db33 (diff)
downloaddrakx-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
Diffstat (limited to 'mdk-stage1/dhcp.c')
-rw-r--r--mdk-stage1/dhcp.c1
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"