diff options
Diffstat (limited to 'include/compat/unistd.h')
-rw-r--r-- | include/compat/unistd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/compat/unistd.h b/include/compat/unistd.h index 5e6ab1d..2583a6e 100644 --- a/include/compat/unistd.h +++ b/include/compat/unistd.h | |||
@@ -64,6 +64,10 @@ int getentropy(void *buf, size_t buflen); | |||
64 | #endif | 64 | #endif |
65 | #endif | 65 | #endif |
66 | 66 | ||
67 | #ifndef HAVE_GETOPT | ||
68 | #include <getopt.h> | ||
69 | #endif | ||
70 | |||
67 | #ifndef HAVE_GETPAGESIZE | 71 | #ifndef HAVE_GETPAGESIZE |
68 | int getpagesize(void); | 72 | int getpagesize(void); |
69 | #endif | 73 | #endif |