summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getmntinfo.c
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-05-01 09:30:02 +0000
committermarkm <markm@FreeBSD.org>2001-05-01 09:30:02 +0000
commit10ca856588fd47080a7cb4edd18a0378010c2a23 (patch)
treee6236c3bebc0976af1041e0dd9faec577d1107ab /lib/libc/gen/getmntinfo.c
parentef9fe039e77f3c91a27397323de8febd10d089b5 (diff)
downloadFreeBSD-src-10ca856588fd47080a7cb4edd18a0378010c2a23.zip
FreeBSD-src-10ca856588fd47080a7cb4edd18a0378010c2a23.tar.gz
Compensate for header dethreading.
Diffstat (limited to 'lib/libc/gen/getmntinfo.c')
-rw-r--r--lib/libc/gen/getmntinfo.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/gen/getmntinfo.c b/lib/libc/gen/getmntinfo.c
index 6e167a3..a2ee237 100644
--- a/lib/libc/gen/getmntinfo.c
+++ b/lib/libc/gen/getmntinfo.c
@@ -29,6 +29,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#if defined(LIBC_SCCS) && !defined(lint)
@@ -36,6 +38,8 @@ static char sccsid[] = "@(#)getmntinfo.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
+#include <sys/lock.h>
+#include <sys/mutex.h>
#include <sys/ucred.h>
#include <sys/mount.h>
#include <stdlib.h>
OpenPOWER on IntegriCloud