From 7c731cae3d25d828b1d3956955bc017d56271ba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Thu, 7 Jan 2010 21:06:57 +0000 Subject: [PATCH] #define _XOPEN_SOURCE 600 // for clock_nanosleep() --- src/rawtsinput.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rawtsinput.c b/src/rawtsinput.c index fbdc74f2..38b52f03 100644 --- a/src/rawtsinput.c +++ b/src/rawtsinput.c @@ -16,6 +16,8 @@ * along with this program. If not, see . */ +#define _XOPEN_SOURCE 600 // for clock_nanosleep() + #include #include #include