From 85757aecfeb54c4fb2a7b200d60999593f6684b8 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 30 Aug 2015 18:05:04 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- include/slibc/features.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/slibc/features.h b/include/slibc/features.h index ef56e92..ba91975 100644 --- a/include/slibc/features.h +++ b/include/slibc/features.h @@ -25,7 +25,7 @@ /** * Is C11, or newer, used? */ -#if __STDC_VERSION__ >= 201112L +#if __STDC_VERSION__ >= 201112L || defined(_ISOC11_SOURCE) # define __C11__ #endif -- cgit v1.2.3-70-g09d2