commit | 4c7d97e641a7e66f8a9953c15ad4e582d89d1695 | [log] [tgz] |
---|---|---|
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | Mon Nov 29 10:18:05 2010 +0000 |
committer | Rainer Orth <ro@gcc.gnu.org> | Mon Nov 29 10:18:05 2010 +0000 |
tree | 80af2f845e61139e2fa9e44c74223de49d27209b | |
parent | f87c158e93d04c45caab9edaf6527e5a09fb7399 [diff] [blame] |
* setproctitle.c [HAVE_SYS_PRCTL_H]: Include <sys/types.h>. From-SVN: r167236
diff --git a/libiberty/setproctitle.c b/libiberty/setproctitle.c index ceb0a38..a22fb1f 100644 --- a/libiberty/setproctitle.c +++ b/libiberty/setproctitle.c
@@ -21,6 +21,7 @@ #include "config.h" #endif #ifdef HAVE_SYS_PRCTL_H +#include <sys/types.h> #include <sys/prctl.h> #endif #include "ansidecl.h"