We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d3d90 commit acc1e46Copy full SHA for acc1e46
dispatch/dispatch.h
@@ -39,13 +39,17 @@
39
#endif
40
#endif // __APPLE__
41
42
+#if HAVE_SYS_CDEFS_H
43
#include <sys/cdefs.h>
44
+#endif
45
#include <sys/types.h>
46
#include <stddef.h>
47
#include <stdint.h>
48
#include <stdbool.h>
49
#include <stdarg.h>
50
+#if HAVE_UNISTD_H
51
#include <unistd.h>
52
53
#include <fcntl.h>
54
55
#if defined(__linux__) && defined(__has_feature)
os/object_private.h
@@ -27,7 +27,9 @@
27
#ifndef __OS_OBJECT_PRIVATE__
28
#define __OS_OBJECT_PRIVATE__
29
30
31
32
33
34
#include <os/object.h>
35
0 commit comments