From 206da76b26eb8f1c21b27252d5c2113ad500d81d Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 24 Feb 2020 18:45:01 +0100 Subject: [PATCH] [gp712] fix build error due to conditional include of cfmakeraw (#4594) --- examples/Makefile-gp712 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/Makefile-gp712 b/examples/Makefile-gp712 index f111e5a1c..ad088805d 100644 --- a/examples/Makefile-gp712 +++ b/examples/Makefile-gp712 @@ -81,6 +81,8 @@ CPPFLAGS += \ CFLAGS += \ $(COMMONCFLAGS) \ + -D_BSD_SOURCE=1 \ + -D_DEFAULT_SOURCE=1 \ $(target_CFLAGS) \ $(NULL)