diff options
Diffstat (limited to 'modules/gst1/gst.c')
-rw-r--r-- | modules/gst1/gst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gst1/gst.c b/modules/gst1/gst.c index 28c2e21..380334a 100644 --- a/modules/gst1/gst.c +++ b/modules/gst1/gst.c @@ -3,7 +3,7 @@ * * Copyright (C) 2010 - 2015 Creytiv.com */ -#define __USE_POSIX199309 +#define _DEFAULT_SOURCE 1 #include <stdlib.h> #include <string.h> #include <time.h> |