summaryrefslogtreecommitdiff
path: root/profiles/iap
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2018-12-06 21:28:18 +0100
committerMarcel Holtmann <marcel@holtmann.org>2018-12-06 21:28:18 +0100
commit261948090e9073514ac4b5f64c8715cf0a71eafa (patch)
tree337274f0c0ce990d541b3e15358caadd3b111ddc /profiles/iap
parenta7cfbaf711fb9c7c462547502ce91d2fa16ac3a4 (diff)
downloadbluez-261948090e9073514ac4b5f64c8715cf0a71eafa.tar.gz
build: Move declaration of _GNU_SOURCE back into individual source files
Diffstat (limited to 'profiles/iap')
-rw-r--r--profiles/iap/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/iap/main.c b/profiles/iap/main.c
index 53dd9fb9b..2fd34c067 100644
--- a/profiles/iap/main.c
+++ b/profiles/iap/main.c
@@ -25,6 +25,7 @@
#include <config.h>
#endif
+#define _GNU_SOURCE
#include <stdio.h>
#include <errno.h>
#include <ctype.h>