blob: b897a7b3b51b77195843ecc821b469999024ce9a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- source/include/platform/acfreebsd.h.orig 2022-03-31 16:38:39 UTC
+++ source/include/platform/acfreebsd.h
@@ -211,6 +211,7 @@
#if __STDC_HOSTED__
#include <ctype.h>
+#include <unistd.h>
#endif
#define ACPI_CAST_PTHREAD_T(pthread) ((ACPI_THREAD_ID) ACPI_TO_INTEGER (pthread))
|