@ -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>
#ifndef R_REPEAT
#define R_REPEAT 200000
#endif