emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/lread.c


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/lread.c
Date: Mon, 02 Jun 2003 14:36:34 -0400

Index: emacs/src/lread.c
diff -c emacs/src/lread.c:1.316 emacs/src/lread.c:1.317
*** emacs/src/lread.c:1.316     Sun Jun  1 14:03:00 2003
--- emacs/src/lread.c   Mon Jun  2 14:36:33 2003
***************
*** 61,66 ****
--- 61,69 ----
  #include <locale.h>
  #endif /* HAVE_SETLOCALE */
  
+ #ifdef HAVE_FCNTL_H
+ #include <fcntl.h>
+ #endif
  #ifndef O_RDONLY
  #define O_RDONLY 0
  #endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]