summaryrefslogtreecommitdiff
path: root/function.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1995-04-19 18:09:30 +0000
committerRoland McGrath <roland@redhat.com>1995-04-19 18:09:30 +0000
commit855bd6896d1e6481f1e0d1321a7a11fa7714408b (patch)
tree382b76ae09e4fcaaf721fb2cd4da12c83ad0d883 /function.c
parent179ef370e80e50e6ab668abad4270f52aaec7b78 (diff)
downloadgunmake-855bd6896d1e6481f1e0d1321a7a11fa7714408b.tar.gz
[__MSDOS__]: Include <fcntl.h>. From DJ Delorie.
Diffstat (limited to 'function.c')
-rw-r--r--function.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/function.c b/function.c
index ad8e06b..e5b46d7 100644
--- a/function.c
+++ b/function.c
@@ -1,5 +1,5 @@
/* Variable function expansion for GNU Make.
-Copyright (C) 1988, 1989, 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
+Copyright (C) 1988, 89, 91, 92, 93, 94, 95 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify
@@ -24,6 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifdef __MSDOS__
#include <process.h>
+#include <fcntl.h>
#endif
static char *string_glob ();