summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/getresuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/getresuid.c')
-rw-r--r--libc/sysdeps/linux/common/getresuid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/getresuid.c b/libc/sysdeps/linux/common/getresuid.c
index 7e087d8dd..37b5191c1 100644
--- a/libc/sysdeps/linux/common/getresuid.c
+++ b/libc/sysdeps/linux/common/getresuid.c
@@ -8,6 +8,7 @@
*/
#include "syscalls.h"
+#include <unistd.h>
#ifdef __NR_getresuid
# define __NR___syscall_getresuid __NR_getresuid