summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sys/types.h1
-rw-r--r--include/unistd.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/types.h b/include/sys/types.h
index 7378b60b..6ead8b6e 100644
--- a/include/sys/types.h
+++ b/include/sys/types.h
@@ -52,6 +52,7 @@ extern "C" {
#define __NEED_pthread_spinlock_t
#define __NEED_pthread_key_t
#define __NEED_pthread_once_t
+#define __NEED_useconds_t
#include <bits/alltypes.h>
diff --git a/include/unistd.h b/include/unistd.h
index 07e49e97..b9dc06d5 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -24,6 +24,7 @@ extern "C" {
#define __NEED_off_t
#define __NEED_pid_t
#define __NEED_intptr_t
+#define __NEED_useconds_t
#include <bits/alltypes.h>