$NetBSD: patch-al,v 1.2 2006/05/29 19:44:24 joerg Exp $ --- InOut/winFLTK.c.orig 2005-12-30 07:21:18.000000000 -0800 +++ InOut/winFLTK.c @@ -29,7 +29,7 @@ #include #include "cwindow.h" -#ifdef LINUX +#if defined(LINUX) || defined(__NetBSD__) || defined(__DragonFly__) #include #endif @@ -54,7 +54,7 @@ static void KillGraph_FLTK(CSOUND *csoun void set_display_callbacks(CSOUND *csound) { -#ifdef LINUX +#if defined(LINUX) || defined(__NetBSD__) || defined(__DragonFly__) Display *dpy = XOpenDisplay(NULL); if (dpy == NULL) return;