diff options
author | Nikias Bassen | 2013-02-15 21:31:30 +0100 |
---|---|---|
committer | Nikias Bassen | 2013-02-15 21:31:30 +0100 |
commit | 598c36b5c4fa71821c04584f093295180aaa5086 (patch) | |
tree | c8861eb787b23518c4cbf6031f7a7e288e9ba875 | |
parent | ab549c88531be6f536653cf9506ee89a80ca2f4c (diff) | |
download | axis2c-598c36b5c4fa71821c04584f093295180aaa5086.tar.gz axis2c-598c36b5c4fa71821c04584f093295180aaa5086.tar.bz2 |
fix building on OSX
-rw-r--r-- | util/include/platforms/unix/axutil_unix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/include/platforms/unix/axutil_unix.h b/util/include/platforms/unix/axutil_unix.h index a0b00dc..5aa2e43 100644 --- a/util/include/platforms/unix/axutil_unix.h +++ b/util/include/platforms/unix/axutil_unix.h @@ -122,9 +122,7 @@ extern "C" /* for file access handling */ #ifdef HAVE_UNISTD_H -#ifndef __APPLE__ #include <unistd.h> -#endif /* ifndef __APPLE__ */ #endif /* HAVE_UNISTD_H */ /* network handling */ |