commit | 82ef8296dc5e25b9cc8e7231f9515f50185dac9d | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Thu Jan 24 16:44:59 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 24 16:44:59 2013 +0000 |
tree | 1701a2f6710ccf95937d0e4a95fff60efb29e3da | |
parent | b3351f12047747b603efb070069e7afdf3040335 [diff] | |
parent | 8e70b0d5c3ba9cc7e2cf6025a9ae0ae157f5acc9 [diff] |
Merge "prctl.h: include sys/cdefs.h"
diff --git a/libc/include/sys/prctl.h b/libc/include/sys/prctl.h index 359d684..00e5837 100644 --- a/libc/include/sys/prctl.h +++ b/libc/include/sys/prctl.h
@@ -29,6 +29,7 @@ #define _SYS_PRCTL_H #include <linux/prctl.h> +#include <sys/cdefs.h> __BEGIN_DECLS