From 51d8264eb1e8f705635cd0af2c0e9dddaf855711 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 22 Mar 2012 16:55:36 +0000 Subject: basic fixes for linux framebuffer surface svn path=/trunk/libnsfb/; revision=13550 --- test/polystar2.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/polystar2.c') diff --git a/test/polystar2.c b/test/polystar2.c index afff5a0..164d429 100644 --- a/test/polystar2.c +++ b/test/polystar2.c @@ -1,6 +1,8 @@ /* libnsfb ploygon plotter test program */ +#ifndef _POSIX_C_SOURCE #define _POSIX_C_SOURCE 199506L +#endif #include #include -- cgit v1.2.3