1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 02:05:16 +03:00
aports/testing/gavl/musl-sched_h.patch
2016-11-06 00:46:38 +01:00

11 lines
282 B
Diff

--- ./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 */