natPosixProcess.cc: Reorder includes to fix compilation on hppa2.0w-hp-hpux11.11.
2007-07-05 Andreas Tobler <a.tobler@schweiz.org> * java/lang/natPosixProcess.cc: Reorder includes to fix compilation on hppa2.0w-hp-hpux11.11. Remove include of <gcj/cni.h>. From-SVN: r126388
This commit is contained in:
committed by
Andreas Tobler
parent
2d0c44e63f
commit
f6cdc43257
@@ -28,10 +28,9 @@ details. */
|
||||
#include <unistd.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#include <gcj/cni.h>
|
||||
#include <jvm.h>
|
||||
#include <posix.h>
|
||||
#include <posix-threads.h>
|
||||
#include <jvm.h>
|
||||
|
||||
#include <java/lang/PosixProcess$ProcessManager.h>
|
||||
#include <java/lang/PosixProcess.h>
|
||||
|
||||
Reference in New Issue
Block a user