net: apps: Fix compile error of coap-observe-client

Include path was missing.

Change-Id: I29c1b31143fe4d03cde5bd0cd63319960b817322
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2015-11-11 09:20:19 +02:00 committed by Anas Nashif
parent 7f6dd71e79
commit 809f8ca16e

View File

@ -1,4 +1,5 @@
ccflags-y += ${PROJECTINCLUDE}
ccflags-y +=-I${srctree}/net/ip
ccflags-y +=-I${srctree}/net/ip/contiki
ccflags-y +=-I${srctree}/net/ip/contiki/os/lib
ccflags-y +=-I${srctree}/net/ip/contiki/os/sys