mntent.h requires stdio.h

Change-Id:	If69f64cf088dedb19602bf47627d03400abb9095
This commit is contained in:
Colin Cross 2010-01-13 18:31:01 -08:00
parent e9d08ba523
commit c29731a491
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#ifndef _MNTENT_H_
#define _MNTENT_H_
#include <stdio.h>
#define MNTTYPE_IGNORE "ignore"