blob: 49c9cf6c74d9052e97aed2157d5c357647522a09 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- libguile/posix.c.orig 2019-07-01 12:21:54 UTC
+++ libguile/posix.c
@@ -28,6 +28,7 @@
#include <uniconv.h>
#ifdef HAVE_SCHED_H
+#define _WITH_CPU_SET_T
# include <sched.h>
#endif
|