]> code.delx.au - gnu-emacs/blobdiff - src/fileio.c
Merge from mainline.
[gnu-emacs] / src / fileio.c
index 9ec7a8a3449d29c26edb5500875ff487a22953ed..f4f90658d3a71347f2a511fecf2a12ad0b078470 100644 (file)
@@ -25,10 +25,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <setjmp.h>
-
-#ifdef HAVE_UNISTD_H
 #include <unistd.h>
-#endif
 
 #if !defined (S_ISLNK) && defined (S_IFLNK)
 #  define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)