1diff --git a/System/Xattr.hsc b/System/Xattr.hsc
2index adaf9cb..9b49996 100644
3--- a/System/Xattr.hsc
4+++ b/System/Xattr.hsc
5@@ -45,11 +45,7 @@ module System.Xattr
6 where
7
8 #include <sys/types.h>
9-#ifdef __APPLE__
10 #include <sys/xattr.h>
11-#else
12-#include <attr/xattr.h>
13-#endif
14
15 import Data.Functor ((<$>))
16 import Foreign.C