From 36b9caed23e8468bf414968457f1fcef2ef72161 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Thu, 11 Aug 2016 23:54:59 +0200 Subject: [PATCH] Fix compile of unit test --- test/unit/dhcp/test_dhcp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit/dhcp/test_dhcp.c b/test/unit/dhcp/test_dhcp.c index 0d0e81af..67cc7285 100644 --- a/test/unit/dhcp/test_dhcp.c +++ b/test/unit/dhcp/test_dhcp.c @@ -2,6 +2,7 @@ #include "lwip/netif.h" #include "lwip/dhcp.h" +#include "lwip/prot/dhcp.h" #include "netif/etharp.h" struct netif net_test;