From 261948090e9073514ac4b5f64c8715cf0a71eafa Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 6 Dec 2018 21:28:18 +0100 Subject: build: Move declaration of _GNU_SOURCE back into individual source files --- android/pan.c | 1 + 1 file changed, 1 insertion(+) (limited to 'android/pan.c') diff --git a/android/pan.c b/android/pan.c index c40a6d3e7..1e6d87641 100644 --- a/android/pan.c +++ b/android/pan.c @@ -25,6 +25,7 @@ #include #endif +#define _GNU_SOURCE #include #include #include -- cgit v1.2.1