aboutsummaryrefslogtreecommitdiffstats
path: root/libc/include/mntent.h
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2010-01-13 18:31:01 -0800
committerColin Cross <ccross@android.com>2010-01-15 15:57:02 -0800
commitc29731a491ae96b5cfe8835a7ec23900c773ca7e (patch)
tree3d93e3aa34a0f9993ca216a302fb1fe9818dc46f /libc/include/mntent.h
parente9d08ba5236fb6524c7b65135ef133002027f050 (diff)
downloadandroid_bionic-c29731a491ae96b5cfe8835a7ec23900c773ca7e.tar.gz
android_bionic-c29731a491ae96b5cfe8835a7ec23900c773ca7e.tar.bz2
android_bionic-c29731a491ae96b5cfe8835a7ec23900c773ca7e.zip
mntent.h requires stdio.h
Change-Id: If69f64cf088dedb19602bf47627d03400abb9095
Diffstat (limited to 'libc/include/mntent.h')
-rw-r--r--libc/include/mntent.h1
1 files changed, 1 insertions, 0 deletions
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 <stdio.h>
#define MNTTYPE_IGNORE "ignore"