From: Felix Fietkau Date: Tue, 7 Oct 2014 12:10:06 +0000 (+0200) Subject: config: define _GNU_SOURCE for asprintf X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=commitdiff_plain;h=bec8a74c53ec900acb0fb3e0c997393dc57f1263 config: define _GNU_SOURCE for asprintf Signed-off-by: Felix Fietkau --- diff --git a/config.c b/config.c index 9fb9c01..c2b7edf 100644 --- a/config.c +++ b/config.c @@ -11,6 +11,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ +#define _GNU_SOURCE #include #include #include