Use the SimGear default notation.

This commit is contained in:
ehofman
2004-07-28 14:13:16 +00:00
parent 5a9b08dec2
commit 4b74e40a5f

View File

@@ -21,11 +21,13 @@
//
// $Id$
#include <simgear/compiler.h>
#include STL_STRING
#include <ctype.h> // isspace()
#ifdef SG_HAVE_STD_INCLUDES
# include <cerrno>
# include <string>
#else
# include <errno.h>
#endif