Fix the path to the directory of the include files
[staging/basesystem.git] / hal / video_in_hal / Makefile
index 25ebaab..619f45d 100755 (executable)
@@ -21,7 +21,7 @@ HEADER   = hal_api/video_in_hal.h
 
 ######### include paths/files ###################
 CFLAGS += -I./hal_api/
-CFLAGS += -include $(SDKTARGETSYSROOT)/usr/agl/include/agl_types_obsoluted.h
+CFLAGS += -include $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_types_obsoluted.h
 
 ######### compile options #######################
 CFLAGS += -Wall -fPIC