]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/binutils-tumbl.git/commitdiff
merge from gcc
authorDJ Delorie <dj@delorie.com>
Mon, 29 Nov 2010 16:34:15 +0000 (16:34 +0000)
committerDJ Delorie <dj@delorie.com>
Mon, 29 Nov 2010 16:34:15 +0000 (16:34 +0000)
libiberty/ChangeLog
libiberty/setproctitle.c

index 37d97868c6c3959dffb88813eca1fa81edb5725d..bbd5aafb8c35ea1d949bb96200a4bfe0bb84bdfc 100644 (file)
@@ -1,3 +1,7 @@
+2010-11-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * setproctitle.c [HAVE_SYS_PRCTL_H]: Include <sys/types.h>.
+
 2010-11-20  Anthony Green  <green@moxielogic.com>
 
        * configure.ac: Turn PR_SET_NAME link test into a test for
index ceb0a3894cce33ddfd033ba83d823794e2c2d083..a22fb1f1b56902301735a14d5e4b5726c33a988b 100644 (file)
@@ -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"