mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 17:05:19 +08:00
* setproctitle.c [HAVE_SYS_PRCTL_H]: Include <sys/types.h>.
From-SVN: r167236
This commit is contained in:
parent
f87c158e93
commit
4c7d97e641
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user