aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c
diff options
context:
space:
mode:
authorDan Nicolaescu2010-10-03 08:19:34 -0700
committerDan Nicolaescu2010-10-03 08:19:34 -0700
commita3d5088daa2e78d9dc2d7eddc4ac9c56cfe11caa (patch)
treefdb7783e90619a675f5bdcf2fc4471f5eacc8c01 /src/doc.c
parent372559454105e1691ca3507da3df5d8797b9baf8 (diff)
downloademacs-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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/doc.c b/src/doc.c
index 8d5727b95c6..0e9714b4512 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -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>