]> code.delx.au - gnu-emacs/blobdiff - src/process.c
Merge from mainline.
[gnu-emacs] / src / process.c
index 976ed52ffec796b00efefb306b5eb301ba647fc3..0c8d0cab6d06c7e78fdd0c2909bf7011586b0160 100644 (file)
@@ -32,9 +32,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <inttypes.h>
 #endif
 
-#ifdef HAVE_UNISTD_H
 #include <unistd.h>
-#endif
 #include <fcntl.h>
 
 /* Only MS-DOS does not define `subprocesses'.  */