summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl.cxx')
-rw-r--r--src/Fl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index 4f9fff74f..bc8abb928 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -40,7 +40,7 @@
#include <stdlib.h>
#include "flstring.h"
-#if defined(__APPLE__) && defined(__APPLE_COCOA__)
+#if defined(__APPLE__)
#import <Cocoa/Cocoa.h>
#endif