diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2010-11-29 10:18:05 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2010-11-29 10:18:05 +0000 |
commit | 4c7d97e641a7e66f8a9953c15ad4e582d89d1695 (patch) | |
tree | 80af2f845e61139e2fa9e44c74223de49d27209b /libiberty/setproctitle.c | |
parent | f87c158e93d04c45caab9edaf6527e5a09fb7399 (diff) | |
download | gcc-4c7d97e641a7e66f8a9953c15ad4e582d89d1695.zip gcc-4c7d97e641a7e66f8a9953c15ad4e582d89d1695.tar.gz gcc-4c7d97e641a7e66f8a9953c15ad4e582d89d1695.tar.bz2 |
* setproctitle.c [HAVE_SYS_PRCTL_H]: Include <sys/types.h>.
From-SVN: r167236
Diffstat (limited to 'libiberty/setproctitle.c')
-rw-r--r-- | libiberty/setproctitle.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ Boston, MA 02110-1301, USA. */ #include "config.h" #endif #ifdef HAVE_SYS_PRCTL_H +#include <sys/types.h> #include <sys/prctl.h> #endif #include "ansidecl.h" |