mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-18 03:29:00 +08:00
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
@ -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…
Reference in New Issue
Block a user