posix.cc: added #include<stdio.h>
2003-07-07 Adam Megacz <adam@xwt.org> * posix.cc: added #include<stdio.h> From-SVN: r69066
This commit is contained in:
parent
2c4a9cffc1
commit
690e3ffd33
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-07-07 Adam Megacz <adam@xwt.org>
|
||||
|
||||
* posix.cc: added #include<stdio.h>
|
||||
|
||||
2003-07-07 Thomas Fitzsimmons <fitzsim@redhat.com>
|
||||
|
||||
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c: Fix
|
||||
|
|
|
@ -15,6 +15,7 @@ details. */
|
|||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <jvm.h>
|
||||
#include <java/lang/Thread.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue