mntent.h requires stdio.h
Change-Id: If69f64cf088dedb19602bf47627d03400abb9095
This commit is contained in:
parent
e9d08ba523
commit
c29731a491
|
@ -28,6 +28,7 @@
|
|||
#ifndef _MNTENT_H_
|
||||
#define _MNTENT_H_
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#define MNTTYPE_IGNORE "ignore"
|
||||
|
||||
|
|
Loading…
Reference in New Issue