summaryrefslogtreecommitdiff
path: root/unit/test-gobex-packet.c
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 /unit/test-gobex-packet.c
parenta7cfbaf711fb9c7c462547502ce91d2fa16ac3a4 (diff)
downloadbluez-261948090e9073514ac4b5f64c8715cf0a71eafa.tar.gz
build: Move declaration of _GNU_SOURCE back into individual source files
Diffstat (limited to 'unit/test-gobex-packet.c')
-rw-r--r--unit/test-gobex-packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit/test-gobex-packet.c b/unit/test-gobex-packet.c
index 0d62460c3..d382ee5b3 100644
--- a/unit/test-gobex-packet.c
+++ b/unit/test-gobex-packet.c
@@ -21,7 +21,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <stdint.h>