Mercurial > emacs
comparison src/doc.c @ 112317:7df2e30d72ec
Include <unistd.h> unilaterally.
| author | Paul Eggert <eggert@cs.ucla.edu> |
|---|---|
| date | Sun, 09 Jan 2011 00:12:35 -0800 |
| parents | 2b72330aa98a |
| children | 17e0028efc29 |
comparison
equal
deleted
inserted
replaced
| 112316:2887524f362a | 112317:7df2e30d72ec |
|---|---|
| 24 #include <sys/types.h> | 24 #include <sys/types.h> |
| 25 #include <sys/file.h> /* Must be after sys/types.h for USG*/ | 25 #include <sys/file.h> /* Must be after sys/types.h for USG*/ |
| 26 #include <ctype.h> | 26 #include <ctype.h> |
| 27 #include <setjmp.h> | 27 #include <setjmp.h> |
| 28 #include <fcntl.h> | 28 #include <fcntl.h> |
| 29 | |
| 30 #ifdef HAVE_UNISTD_H | |
| 31 #include <unistd.h> | 29 #include <unistd.h> |
| 32 #endif | |
| 33 | 30 |
| 34 #include "lisp.h" | 31 #include "lisp.h" |
| 35 #include "buffer.h" | 32 #include "buffer.h" |
| 36 #include "keyboard.h" | 33 #include "keyboard.h" |
| 37 #include "character.h" | 34 #include "character.h" |
