diff options
Diffstat (limited to 'example/passthrough_hp.cc')
-rw-r--r-- | example/passthrough_hp.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example/passthrough_hp.cc b/example/passthrough_hp.cc index 4f34e2b..65377b9 100644 --- a/example/passthrough_hp.cc +++ b/example/passthrough_hp.cc @@ -59,7 +59,9 @@ #include <string.h> #include <sys/file.h> #include <sys/resource.h> +#ifdef HAVE_SYS_XATTR_H #include <sys/xattr.h> +#endif #include <time.h> #include <unistd.h> #include <pthread.h> |