IRIX fixes (at least).

This commit is contained in:
ehofman
2004-07-28 13:59:57 +00:00
parent 5e6f9f79a2
commit 5a9b08dec2
2 changed files with 2 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
#ifdef SG_HAVE_STD_INCLUDES
# include <cerrno>
# include <string>
#else
# include <errno.h>
#endif

View File

@@ -2,6 +2,7 @@
#include <simgear/compiler.h>
#include <ostream>
#include <string.h> // strcmp()
#include "easyxml.hxx"