--- Frodo4/Src/sysdeps.h 2003/07/01 17:20:58 1.2 +++ Frodo4/Src/sysdeps.h 2003/07/09 13:54:22 1.4 @@ -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 Christian Bauer + * Frodo (C) 1994-1997,2002-2003 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 @@ -186,7 +186,7 @@ typedef long int32; #else #error No 4 byte type, you lose. #endif +#include #endif // __BEOS__ -#define UNUSED(x) (x = x) }