diff options
| author | Dan Nicolaescu | 2010-10-03 08:19:34 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-10-03 08:19:34 -0700 |
| commit | a3d5088daa2e78d9dc2d7eddc4ac9c56cfe11caa (patch) | |
| tree | fdb7783e90619a675f5bdcf2fc4471f5eacc8c01 /src/doc.c | |
| parent | 372559454105e1691ca3507da3df5d8797b9baf8 (diff) | |
| download | emacs-a3d5088daa2e78d9dc2d7eddc4ac9c56cfe11caa.tar.gz emacs-a3d5088daa2e78d9dc2d7eddc4ac9c56cfe11caa.zip | |
Include <fcntl.h> unconditionally.
* src/termcap.c:
* src/sysdep.c:
* src/lread.c:
* src/keyboard.c:
* src/filelock.c:
* src/fileio.c:
* src/doc.c:
* src/callproc.c:
* src/alloc.c: Remove include guards for <fcntl.h>, process.c already
does it.
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 3 |
1 files changed, 0 insertions, 3 deletions
| @@ -25,10 +25,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 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 | |||
| 29 | #ifdef HAVE_FCNTL_H | ||
| 30 | #include <fcntl.h> | 28 | #include <fcntl.h> |
| 31 | #endif | ||
| 32 | 29 | ||
| 33 | #ifdef HAVE_UNISTD_H | 30 | #ifdef HAVE_UNISTD_H |
| 34 | #include <unistd.h> | 31 | #include <unistd.h> |