aboutsummaryrefslogtreecommitdiffstats
path: root/src/callproc.c
diff options
context:
space:
mode:
authorPaul Eggert2011-01-09 00:12:35 -0800
committerPaul Eggert2011-01-09 00:12:35 -0800
commit4004364e6777a1ed2c3e2c0fdf9fed871b186ac3 (patch)
tree44d96204ce5ebd144662234e6185d542838be9d1 /src/callproc.c
parent613f7bda1d003048ad79e7c4bba744e5057d609e (diff)
downloademacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.tar.gz
emacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.zip
Include <unistd.h> unilaterally.
Diffstat (limited to 'src/callproc.c')
-rw-r--r--src/callproc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/callproc.c b/src/callproc.c
index 59067040fd9..50025410354 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -25,10 +25,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
25#include <stdio.h> 25#include <stdio.h>
26#include <setjmp.h> 26#include <setjmp.h>
27#include <sys/types.h> 27#include <sys/types.h>
28
29#ifdef HAVE_UNISTD_H
30#include <unistd.h> 28#include <unistd.h>
31#endif
32 29
33#include <sys/file.h> 30#include <sys/file.h>
34#include <fcntl.h> 31#include <fcntl.h>