diff options
Diffstat (limited to 'io')
-rw-r--r-- | io/bug-ftw3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io/bug-ftw3.c b/io/bug-ftw3.c index e3f24d61e1..fcc2ca7bba 100644 --- a/io/bug-ftw3.c +++ b/io/bug-ftw3.c @@ -2,6 +2,7 @@ #include <ftw.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> static int cb_called; |