diff options
-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" |