summaryrefslogtreecommitdiffstats
path: root/libjava/posix-threads.cc
diff options
context:
space:
mode:
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-25 00:46:23 +0000
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-25 00:46:23 +0000
commitb99476d8779c76e61aa96b78a3123d3550a65e19 (patch)
treedcc5e83dd055c6b318cd04519e831a72ae11d5e7 /libjava/posix-threads.cc
parent211410618f0151229872088eb47866d99defb7e0 (diff)
downloadppe42-gcc-b99476d8779c76e61aa96b78a3123d3550a65e19.tar.gz
ppe42-gcc-b99476d8779c76e61aa96b78a3123d3550a65e19.zip
* posix-threads.cc: Include <errno.h>.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28831 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/posix-threads.cc')
-rw-r--r--libjava/posix-threads.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/posix-threads.cc b/libjava/posix-threads.cc
index 7e721c57711..48f0a7f738f 100644
--- a/libjava/posix-threads.cc
+++ b/libjava/posix-threads.cc
@@ -26,6 +26,7 @@ extern "C"
#include <stdlib.h>
#include <time.h>
#include <signal.h>
+#include <errno.h>
#include <cni.h>
#include <jvm.h>
OpenPOWER on IntegriCloud