From c29731a491ae96b5cfe8835a7ec23900c773ca7e Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Wed, 13 Jan 2010 18:31:01 -0800 Subject: [PATCH] mntent.h requires stdio.h Change-Id: If69f64cf088dedb19602bf47627d03400abb9095 --- libc/include/mntent.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libc/include/mntent.h b/libc/include/mntent.h index 468ff742e..b83da1f2f 100644 --- a/libc/include/mntent.h +++ b/libc/include/mntent.h @@ -28,6 +28,7 @@ #ifndef _MNTENT_H_ #define _MNTENT_H_ +#include #define MNTTYPE_IGNORE "ignore"