diff options
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -31,10 +31,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 31 | #include <unistd.h> | 31 | #include <unistd.h> |
| 32 | #endif | 32 | #endif |
| 33 | 33 | ||
| 34 | #ifndef O_RDONLY | ||
| 35 | #define O_RDONLY 0 | ||
| 36 | #endif | ||
| 37 | |||
| 38 | #include "lisp.h" | 34 | #include "lisp.h" |
| 39 | #include "buffer.h" | 35 | #include "buffer.h" |
| 40 | #include "keyboard.h" | 36 | #include "keyboard.h" |