POSIX compatibility value changed (to 200112L, POSIX 2001.1) in fclock.c to enable compiling in BSD.

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1213 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Ville Voipio 17 years ago
parent 753958c4b5
commit 1fd56b4501

@ -21,7 +21,7 @@
*/
#define _ISOC99_SOURCE
#define _POSIX_C_SOURCE 199309L
#define _POSIX_C_SOURCE 200112L
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>

Loading…
Cancel
Save