From: ro Date: Mon, 29 Nov 2010 10:18:05 +0000 (+0000) Subject: * setproctitle.c [HAVE_SYS_PRCTL_H]: Include . X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad25c2a0569503497b54a0b09b692bc364386362;p=thirdparty%2Fgcc.git * setproctitle.c [HAVE_SYS_PRCTL_H]: Include . git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167236 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 37d97868c6c3..bbd5aafb8c35 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 ceb0a3894cce..a22fb1f1b569 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"