--- Frodo4/Src/sysdeps.h 2004/01/10 15:07:14 1.6 +++ Frodo4/Src/sysdeps.h 2005/06/27 19:55:48 1.9 @@ -2,7 +2,7 @@ * sysdeps.h - Try to include the right system headers and get other * system-specific stuff right * - * Frodo (C) 1994-1997,2002-2003 Christian Bauer + * Frodo (C) 1994-1997,2002-2005 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,9 +21,6 @@ #include "sysconfig.h" -extern "C" -{ - #include #include #include @@ -31,6 +28,9 @@ extern "C" #include #include +#include +using std::vector; + #ifdef HAVE_SYS_TYPES_H #include #endif @@ -186,5 +186,3 @@ typedef long int32; #else #include #endif // __BEOS__ - -}