uob-nomad: put include statements in the cflags to work around lots of missing includ...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 29 Jun 2012 21:19:55 +0000 (21:19 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 29 Jun 2012 21:19:55 +0000 (21:19 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32544 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/uob-nomad/Makefile

index cdf673c..937b2d5 100644 (file)
@@ -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)"