$NetBSD: patch-aa,v 1.1 2005/02/10 12:22:29 martti Exp $ --- panel-plugin/wi_bsd.c.orig 2005-02-10 14:08:46.000000000 +0200 +++ panel-plugin/wi_bsd.c 2005-02-10 14:16:01.000000000 +0200 @@ -49,4 +49,8 @@ #ifdef __NetBSD__ +#if __NetBSD_Version__ > 106250000 #include #include +#else +#include +#endif #include