diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-10-25 19:10:56 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-10-26 17:15:43 +0200 |
commit | 421ac118bf0dff35533421b8171444d6cf419023 (patch) | |
tree | 836cc1b66b9a226f98ee949badf82e13eb43fbb4 /ctl-lib/ctl-plugin.h | |
parent | e532f01fc3028ee8d766a692651243661b2769f8 (diff) |
Avoid duplicated _GNU_SOURCE definition warning
Change-Id: I2b805a60b67db1a72b429093256999673e2c3964
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'ctl-lib/ctl-plugin.h')
-rw-r--r-- | ctl-lib/ctl-plugin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ctl-lib/ctl-plugin.h b/ctl-lib/ctl-plugin.h index f2bc33e..0bdb4b9 100644 --- a/ctl-lib/ctl-plugin.h +++ b/ctl-lib/ctl-plugin.h @@ -21,7 +21,10 @@ #define _CTL_PLUGIN_INCLUDE_ +#ifndef _GNU_SOURCE #define _GNU_SOURCE +#endif + #include <json-c/json.h> // Waiting for a clean AppFW-V3 API |