comparison src/process.h @ 112317:7df2e30d72ec

Include <unistd.h> unilaterally.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 09 Jan 2011 00:12:35 -0800
parents 256dd50b2a63
children 17e0028efc29
comparison
equal deleted inserted replaced
112316:2887524f362a 112317:7df2e30d72ec
18 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 18 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19 19
20 #ifdef HAVE_SYS_TYPES_H 20 #ifdef HAVE_SYS_TYPES_H
21 #include <sys/types.h> 21 #include <sys/types.h>
22 #endif 22 #endif
23 #ifdef HAVE_UNISTD_H 23
24 #include <unistd.h> 24 #include <unistd.h>
25 #endif
26 25
27 #ifdef HAVE_GNUTLS 26 #ifdef HAVE_GNUTLS
28 #include "gnutls.h" 27 #include "gnutls.h"
29 #endif 28 #endif
30 29