From 49bc9a6939415778b76f722305c51d29c785ec20 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 13 Feb 2006 19:01:32 +0000 Subject: * include/mntent.h: Add missing #include. --- winsup/cygwin/include/mntent.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'winsup/cygwin/include/mntent.h') diff --git a/winsup/cygwin/include/mntent.h b/winsup/cygwin/include/mntent.h index fde1680a0..5fa4ff945 100644 --- a/winsup/cygwin/include/mntent.h +++ b/winsup/cygwin/include/mntent.h @@ -1,6 +1,6 @@ /* mntent.h - Copyright 1996, 1998, 1999, 2000, 2001 Red Hat, Inc. + Copyright 1996, 1998, 1999, 2000, 2001, 2006 Red Hat, Inc. This file is part of Cygwin. @@ -26,6 +26,7 @@ struct mntent }; #ifndef _NOMNTENT_FUNCS +#include FILE *setmntent (const char *__filep, const char *__type); struct mntent *getmntent (FILE *__filep); int addmntent (FILE *__filep, const struct mntent *__mnt); -- cgit v1.2.3