$NetBSD: patch-ak,v 1.1.1.1 2001/04/27 17:17:17 wiz Exp $ --- aops.c.orig Thu Apr 5 13:41:56 2001 +++ aops.c Thu Apr 5 13:42:30 2001 @@ -1,8 +1,13 @@ #include "cs.h" /* AOPS.C */ #include "aops.h" -#include +#include #include +#ifdef LINUX +#include +#include +#endif + static double eipt3=8.3333333, oct; #define logtwo (0.693147) @@ -421,8 +426,6 @@ #ifdef LINUX void rtclock(EVAL *p) { -#include -#include struct timeval tv; struct timezone tz; gettimeofday(&tv, &tz);