diff options
Diffstat (limited to 'tests/bugs/distribute/bug-1193636.c')
-rw-r--r-- | tests/bugs/distribute/bug-1193636.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/distribute/bug-1193636.c b/tests/bugs/distribute/bug-1193636.c index eae90783f8e..438efa8e686 100644 --- a/tests/bugs/distribute/bug-1193636.c +++ b/tests/bugs/distribute/bug-1193636.c @@ -1,7 +1,7 @@ #include <stdio.h> #include <stdlib.h> #include <sys/types.h> -#include <attr/xattr.h> +#include <sys/xattr.h> #include <fcntl.h> #include <string.h> |