From 85bb961cfffedf7b50133852339ae03ea7cf212d Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 17 Oct 2014 13:25:03 +0200 Subject: use ISO C11 standard --- Makefile | 2 +- netlink-notify.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8408fde..e876952 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # netlink-notify - Notify about netlink changes -CC := gcc +CC := gcc -std=c11 MD := markdown CONVERT := convert -define png:compression-level=9 -background transparent INSTALL := install diff --git a/netlink-notify.h b/netlink-notify.h index 3ca7430..ced411d 100644 --- a/netlink-notify.h +++ b/netlink-notify.h @@ -8,6 +8,8 @@ #ifndef NETLINK_NOTIFY_H #define NETLINK_NOTIFY_H +#define _GNU_SOURCE + #include #include #include -- cgit v1.2.3-54-g00ecf