aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib/DHCPCommon.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-05-12 15:32:53 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-05-12 15:32:53 +0000
commit802910d49f2ac175b06a8ebfbcb61551a171b85a (patch)
tree4be04602f6fb93fa55c506e8407b0e3993556cac /Projects/Webserver/Lib/DHCPCommon.h
parent33d9a75b0332ded9cebc1388a800922ebe1c3dbe (diff)
downloadlufa-802910d49f2ac175b06a8ebfbcb61551a171b85a.tar.gz
lufa-802910d49f2ac175b06a8ebfbcb61551a171b85a.tar.bz2
lufa-802910d49f2ac175b06a8ebfbcb61551a171b85a.zip
AppConfigHeaders: Update several additional user projects to use configuration header files, rather than makefile defines. Remove compile time warnings for projects lacking device serial support, remove incomplete StandaloneProgrammer project.
Diffstat (limited to 'Projects/Webserver/Lib/DHCPCommon.h')
-rw-r--r--Projects/Webserver/Lib/DHCPCommon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Projects/Webserver/Lib/DHCPCommon.h b/Projects/Webserver/Lib/DHCPCommon.h
index 797aa571b..dc8dcdfbc 100644
--- a/Projects/Webserver/Lib/DHCPCommon.h
+++ b/Projects/Webserver/Lib/DHCPCommon.h
@@ -41,6 +41,8 @@
#include <stdbool.h>
#include <string.h>
+ #include "Config/AppConfig.h"
+
#include <uip.h>
/* Macros: */