diff --git a/BasiliskII/src/Unix/sys_unix.cpp b/BasiliskII/src/Unix/sys_unix.cpp index 9af7b8a2..11dbfbd8 100644 --- a/BasiliskII/src/Unix/sys_unix.cpp +++ b/BasiliskII/src/Unix/sys_unix.cpp @@ -1,7 +1,7 @@ /* * sys_unix.cpp - System dependent routines, Unix implementation * - * Basilisk II (C) 1997-2008 Christian Bauer + * Basilisk II (C) 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 @@ -35,6 +35,7 @@ #include #include #include +#include #endif #if defined(__FreeBSD__) || defined(__NetBSD__)