diff options
-rwxr-xr-x | tests/ls/getxattr-speedup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ls/getxattr-speedup b/tests/ls/getxattr-speedup index 2b7a1f3ac..a35dd695a 100755 --- a/tests/ls/getxattr-speedup +++ b/tests/ls/getxattr-speedup @@ -28,6 +28,7 @@ print_ver_ ls cat > k.c <<'EOF' || framework_failure_ #include <errno.h> #include <stdio.h> +#include <sys/types.h> static unsigned long int n_calls; |