--- BasiliskII/src/AmigaOS/clip_amiga.cpp 2000/05/16 17:11:37 1.4 +++ BasiliskII/src/AmigaOS/clip_amiga.cpp 2002/06/23 08:27:05 1.7 @@ -1,7 +1,7 @@ /* * clip_amiga.cpp - Clipboard handling, AmigaOS implementation * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2001 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 @@ -23,8 +23,11 @@ #include #include #include +#define __USE_SYSBASE #include #include +#include +#include #include "clip.h" #include "prefs.h"