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:
Adam Megacz 2003-07-08 04:49:16 +00:00 committed by Adam Megacz
parent 2c4a9cffc1
commit 690e3ffd33
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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>