diff options
author | Colin Cross <ccross@android.com> | 2010-01-13 18:31:01 -0800 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2010-01-15 15:57:02 -0800 |
commit | c29731a491ae96b5cfe8835a7ec23900c773ca7e (patch) | |
tree | 3d93e3aa34a0f9993ca216a302fb1fe9818dc46f /libc/include/mntent.h | |
parent | e9d08ba5236fb6524c7b65135ef133002027f050 (diff) | |
download | bionic-c29731a491ae96b5cfe8835a7ec23900c773ca7e.zip bionic-c29731a491ae96b5cfe8835a7ec23900c773ca7e.tar.gz bionic-c29731a491ae96b5cfe8835a7ec23900c773ca7e.tar.bz2 |
mntent.h requires stdio.h
Change-Id: If69f64cf088dedb19602bf47627d03400abb9095
Diffstat (limited to 'libc/include/mntent.h')
-rw-r--r-- | libc/include/mntent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/include/mntent.h b/libc/include/mntent.h index 468ff74..b83da1f 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" |