From 97d6f97df7fffa026a3cbec9fda29b7444142b72 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 4 Jul 2014 16:38:51 -0600 Subject: [PATCH] NET: in-progress change... don't use --- netutils/dhcpd/dhcpd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/netutils/dhcpd/dhcpd.c b/netutils/dhcpd/dhcpd.c index d13d7cee5..b0f171384 100644 --- a/netutils/dhcpd/dhcpd.c +++ b/netutils/dhcpd/dhcpd.c @@ -56,6 +56,7 @@ # include /* For ndbg, vdbg */ # include /* For CONFIG_CPP_HAVE_WARNING */ # include /* For irqstore() and friends -- REVISIT */ +# include /* For net_lock() and friends */ # include /* For low-level ARP interfaces -- REVISIT */ # include /* Advertised DHCPD APIs */ #endif