From ad25c2a0569503497b54a0b09b692bc364386362 Mon Sep 17 00:00:00 2001 From: ro Date: Mon, 29 Nov 2010 10:18:05 +0000 Subject: [PATCH] * setproctitle.c [HAVE_SYS_PRCTL_H]: Include . git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167236 138bc75d-0d04-0410-961f-82ee72b054a4 --- libiberty/ChangeLog | 4 ++++ libiberty/setproctitle.c | 1 + 2 files changed, 5 insertions(+) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 37d9786..bbd5aaf 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2010-11-29 Rainer Orth + + * setproctitle.c [HAVE_SYS_PRCTL_H]: Include . + 2010-11-20 Anthony Green * configure.ac: Turn PR_SET_NAME link test into a test for 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 #include #endif #include "ansidecl.h" -- 2.7.4