blob: 2de369fbc16df66658e6510f45aff787d9f37f13 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./src/benchmark.c 2012-06-08 13:49:30.000000000 +0200
+++ ./src/benchmark.c 2015-10-03 13:23:43.279324001 +0200
@@ -21,6 +21,8 @@
#include <config.h>
+#define _GNU_SOURCE
+#include <sched.h>
#include <gavl.h>
#include <gavldsp.h>
#include <accel.h> /* Private header */
|