regressions/ck_pr: Utilize _GNU_SOURCE for ck_pr_store unit test.

ck_pring
Samy Al Bahra 12 years ago
parent 3293cde2d2
commit ca6637a57c

@ -81,3 +81,4 @@ clean:
rm -rf *~ *.o $(OBJECTS) *.dSYM
include ../../../build/regressions.build
CFLAGS+=-D_GNU_SOURCE

@ -24,6 +24,9 @@
* SUCH DAMAGE.
*/
#include "../../common.h"
#include <ck_pr.h>
#include <inttypes.h>
#include <stdbool.h>
#include <stdio.h>
@ -31,9 +34,6 @@
#include <stdlib.h>
#include <unistd.h>
#include <ck_pr.h>
#include "../../common.h"
#ifndef R_REPEAT
#define R_REPEAT 200000
#endif

Loading…
Cancel
Save