diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/gentempfd.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/gentempfd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/gentempfd.c b/sysdeps/unix/sysv/linux/gentempfd.c index 902cbe286e..ff3a649860 100644 --- a/sysdeps/unix/sysv/linux/gentempfd.c +++ b/sysdeps/unix/sysv/linux/gentempfd.c @@ -19,6 +19,7 @@ #include <stdio.h> #include <fcntl.h> #include <errno.h> +#include <string.h> int __gen_tempfd (int flags) |