Add missing includes for building ap on omap

This commit is contained in:
Allen Ibara
2010-07-09 02:09:13 +00:00
parent fad05a98de
commit 6317ae6af9
+1 -1
View File
@@ -37,7 +37,7 @@ Q=@
OPT=3
CSTANDARD = -std=gnu99
CINCS = -I$(PAPARAZZI_SRC)/sw/include
CINCS = $(INCLUDES) -I$(PAPARAZZI_SRC)/sw/include
# Compiler flags.
CFLAGS += $(CINCS)