]> git.mxchange.org Git - flightgear.git/commitdiff
IRIX fixes.
authorehofman <ehofman>
Tue, 8 Mar 2005 19:47:51 +0000 (19:47 +0000)
committerehofman <ehofman>
Tue, 8 Mar 2005 19:47:51 +0000 (19:47 +0000)
src/Network/ATC-Inputs.cxx
src/Network/ATC-Outputs.cxx

index 37a1a09c8f45d2942f3a13603e70305dfc6c5b15..4c6164928d1474ce6b6f41727b17a821975f56d2 100644 (file)
@@ -31,6 +31,8 @@
 #  include <sys/types.h>
 #  include <sys/stat.h>
 #  include <fcntl.h>
+#  include <unistd.h>
+#  include <istream>
 #endif
 
 #include <errno.h>
index 5747a58b7a1a2bf534d5ff7263651d9aea42697a..bb3d265c403727c71a17f4ec2cba2150db504d26 100644 (file)
@@ -31,6 +31,8 @@
 #  include <sys/types.h>
 #  include <sys/stat.h>
 #  include <fcntl.h>
+#  include <unistd.h>
+#  include <ostream>
 #endif
 
 #include <errno.h>