From: Felix Fietkau Date: Fri, 29 Jun 2012 21:19:55 +0000 (+0000) Subject: uob-nomad: put include statements in the cflags to work around lots of missing includ... X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=96f16c7a93e829509ffd3128636213c4786107b0;p=openwrt%2Fsvn-archive%2Fpackages.git uob-nomad: put include statements in the cflags to work around lots of missing include statements in the source SVN-Revision: 32544 --- diff --git a/net/uob-nomad/Makefile b/net/uob-nomad/Makefile index cdf673c13..937b2d5f4 100644 --- a/net/uob-nomad/Makefile +++ b/net/uob-nomad/Makefile @@ -38,6 +38,8 @@ This is an implementation of NOMADv4 (Filters for status information to the UoB-NOMAD-GUI (ver 0.1). endef +TARGET_CFLAGS += -include stddef.h -include string.h + MAKE_FLAGS = \ CC="$(TARGET_CC) $(TARGET_CFLAGS)"