commit | c29731a491ae96b5cfe8835a7ec23900c773ca7e | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Jan 13 18:31:01 2010 -0800 |
committer | Colin Cross <ccross@android.com> | Fri Jan 15 15:57:02 2010 -0800 |
tree | 3d93e3aa34a0f9993ca216a302fb1fe9818dc46f | |
parent | e9d08ba5236fb6524c7b65135ef133002027f050 [diff] |
mntent.h requires stdio.h Change-Id: If69f64cf088dedb19602bf47627d03400abb9095
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"