--- BasiliskII/src/Unix/timer_unix.cpp 2000/04/10 18:53:08 1.7 +++ BasiliskII/src/Unix/timer_unix.cpp 2001/02/02 20:52:58 1.9 @@ -1,7 +1,7 @@ /* * timer_unix.cpp - Time Manager emulation, Unix specific stuff * - * 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 @@ -24,6 +24,11 @@ #define DEBUG 0 #include "debug.h" +// For NetBSD with broken pthreads headers +#ifndef CLOCK_REALTIME +#define CLOCK_REALTIME 0 +#endif + /* * Return microseconds since boot (64 bit)