X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/0d9f702fd085bc8ad560a3e1f08d5e93054a5d33..36941b32f3a3cd332b3adaf0cc8178177c2e9166:/src/process.h diff --git a/src/process.h b/src/process.h index 594b66cd23..6bf1084afc 100644 --- a/src/process.h +++ b/src/process.h @@ -1,6 +1,5 @@ /* Definitions for asynchronous process control in GNU Emacs. - Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1985, 1994, 2001-2011 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -20,9 +19,8 @@ along with GNU Emacs. If not, see . */ #ifdef HAVE_SYS_TYPES_H #include #endif -#ifdef HAVE_UNISTD_H + #include -#endif #ifdef HAVE_GNUTLS #include "gnutls.h"