summaryrefslogtreecommitdiff
path: root/makeint.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-05-27 13:01:48 -0400
committerPaul Smith <psmith@gnu.org>2013-05-27 13:01:48 -0400
commite8f5d322cf720f65a1d24c1219bcedef8af9e6ec (patch)
treee50750525d4a4576033edb283f023891ede2c668 /makeint.h
parentdc922e3f4c442255ba8deb84c9300aa7e3a6108c (diff)
downloadgunmake-e8f5d322cf720f65a1d24c1219bcedef8af9e6ec.tar.gz
Porting to VMS, from Hartmut Becker.
Diffstat (limited to 'makeint.h')
-rw-r--r--makeint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/makeint.h b/makeint.h
index 393c4d9..749a601 100644
--- a/makeint.h
+++ b/makeint.h
@@ -197,6 +197,7 @@ unsigned int get_path_max (void);
#endif
#ifdef VMS
+# include <fcntl.h>
# include <types.h>
# include <unixlib.h>
# include <unixio.h>