Merge "sys/personality.h: include <sys/cdefs.h>"

This commit is contained in:
Elliott Hughes 2013-06-06 00:28:07 +00:00 committed by Gerrit Code Review
commit c5bfb62433

View File

@ -29,6 +29,7 @@
#ifndef _SYS_PERSONALITY_H_
#define _SYS_PERSONALITY_H_
#include <sys/cdefs.h>
#include <linux/personality.h>
__BEGIN_DECLS