Commit 690e3ffd by Adam Megacz Committed by Adam Megacz

posix.cc: added #include<stdio.h>

2003-07-07  Adam Megacz <adam@xwt.org>

        * posix.cc: added #include<stdio.h>

From-SVN: r69066
parent 2c4a9cff
2003-07-07 Adam Megacz <adam@xwt.org>
* posix.cc: added #include<stdio.h>
2003-07-07 Thomas Fitzsimmons <fitzsim@redhat.com> 2003-07-07 Thomas Fitzsimmons <fitzsim@redhat.com>
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c: Fix * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c: Fix
......
...@@ -15,6 +15,7 @@ details. */ ...@@ -15,6 +15,7 @@ details. */
#include <stdlib.h> #include <stdlib.h>
#include <errno.h> #include <errno.h>
#include <signal.h> #include <signal.h>
#include <stdio.h>
#include <jvm.h> #include <jvm.h>
#include <java/lang/Thread.h> #include <java/lang/Thread.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment