[gp712] fix build error due to conditional include of cfmakeraw (#4594)

This commit is contained in:
Thomas
2020-02-24 09:45:01 -08:00
committed by GitHub
parent 2dec88fc41
commit 206da76b26
+2
View File
@@ -81,6 +81,8 @@ CPPFLAGS += \
CFLAGS += \
$(COMMONCFLAGS) \
-D_BSD_SOURCE=1 \
-D_DEFAULT_SOURCE=1 \
$(target_CFLAGS) \
$(NULL)