Browse Source

fix build against latest libattr

pull/503/head
lordwelch 6 years ago
parent
commit
2f339ea111
  1. 2
      src/xattr.hpp

2
src/xattr.hpp

@ -17,7 +17,7 @@
#pragma once
#ifndef WITHOUT_XATTR
#include <attr/xattr.h>
#include <sys/xattr.h>
#endif
#ifndef XATTR_CREATE

Loading…
Cancel
Save