From f703ec243726aaa9ca0073e460509f149d5565d4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 4 Jun 2016 04:18:24 -0400 Subject: enable an explicit std, and move the feature test macro to a cflag we can't enable pedantic here, because a pangocairo header makes gcc unhappy --- src/pty-unix.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/pty-unix.c b/src/pty-unix.c index 8eed477..becf608 100644 --- a/src/pty-unix.c +++ b/src/pty-unix.c @@ -1,4 +1,3 @@ -#define _XOPEN_SOURCE 600 #include #include #include -- cgit v1.2.3-54-g00ecf