Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
01369dc7
Commit
01369dc7
authored
Apr 10, 1996
by
Richard M. Stallman
Browse files
[MSDOS]: If DJGPP version 2, include fcntl.h and string.h.
parent
79051982
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/fileio.c
src/fileio.c
+4
-0
No files found.
src/fileio.c
View file @
01369dc7
...
...
@@ -44,6 +44,10 @@ Boston, MA 02111-1307, USA. */
#ifdef MSDOS
#include "msdos.h"
#include <sys/param.h>
#if __DJGPP__ >= 2
#include <fcntl.h>
#include <string.h>
#endif
#endif
#include <ctype.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment