From daeb21b3b928aa9be7bb1e3e59af602ebd0204b3 Mon Sep 17 00:00:00 2001 From: likewise Date: Mon, 10 Mar 2003 16:13:25 +0000 Subject: [PATCH] Include "netif.h" for ntohl and friends. --- src/core/dhcp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/dhcp.c b/src/core/dhcp.c index abf18e75..44b4b2ab 100644 --- a/src/core/dhcp.c +++ b/src/core/dhcp.c @@ -64,6 +64,7 @@ #include "lwip/mem.h" #include "lwip/udp.h" #include "lwip/netif.h" +#include "lwip/inet.h" #include "netif/etharp.h" #include "lwip/sys.h"