comparison src/sysfile.h @ 573:6cca1c9bdc85

[xemacs-hg @ 2001-05-25 03:49:08 by martinb] indent-for-comment
author martinb
date Fri, 25 May 2001 03:49:08 +0000
parents ed498ef2108b
children 13e3d7ae7155
comparison
equal deleted inserted replaced
572:0f910da8ca73 573:6cca1c9bdc85
25 #define INCLUDED_sysfile_h_ 25 #define INCLUDED_sysfile_h_
26 26
27 #include <errno.h> 27 #include <errno.h>
28 28
29 #ifndef WIN32_NATIVE 29 #ifndef WIN32_NATIVE
30 # include <sys/errno.h> /* <errno.h> does not always imply this */ 30 # include <sys/errno.h> /* <errno.h> does not always imply this */
31 #endif 31 #endif
32 32
33 #ifdef HAVE_UNISTD_H 33 #ifdef HAVE_UNISTD_H
34 # include <unistd.h> 34 # include <unistd.h>
35 #endif 35 #endif