Merge "Fix headers to be inclued alone"

This commit is contained in:
Andrew Hsieh
2014-01-16 17:03:03 +00:00
committed by Gerrit Code Review
10 changed files with 18 additions and 2 deletions

View File

@@ -29,6 +29,7 @@
#define _SYS_PRCTL_H
#include <linux/prctl.h>
#include <sys/cdefs.h>
__BEGIN_DECLS

View File

@@ -28,6 +28,7 @@
#ifndef _SYS_UTIME_H_
#define _SYS_UTIME_H_
#include <sys/types.h>
#include <linux/utime.h>
#endif /* _SYS_UTIME_H_ */