summaryrefslogtreecommitdiff
path: root/audio/csound/files/patch-cs_h
blob: efd2baaf1a78e7cfea6e52d547cc2a192fc7253e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- cs.h.orig	Thu Apr 24 15:09:06 2003
+++ cs.h	Thu Apr 24 15:09:25 2003
@@ -782,7 +782,7 @@
 # define POLL_EVENTS() STasks()
 # define __cdecl
 #else
-#ifdef LINUX
+#if defined(LINUX) && defined(HAVE_FLTK)
   extern int POLL_EVENTS(void);
 #else
 # define POLL_EVENTS()     (1)