Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/biology/bfc/files/patch-kthread.c
16461 views
1
--- kthread.c.orig 2021-08-22 22:59:48 UTC
2
+++ kthread.c
3
@@ -1,6 +1,7 @@
4
#include <pthread.h>
5
#include <stdlib.h>
6
#include <limits.h>
7
+#include <inttypes.h>
8
9
/************
10
* kt_for() *
11
12