Browse Source

Fix to compile on OS X

mingodad 10 years ago
parent
commit
2634e88641
1 changed files with 1 additions and 1 deletions
  1. 1 1
      flu/src/FSocket_Posix.cxx

+ 1 - 1
flu/src/FSocket_Posix.cxx

@@ -4,7 +4,7 @@
 #define mutex system_mutex
 #endif
 
-#if defined(__FreeBSD__) || defined(__linux__) || defined(__CYGWIN__)
+#if defined(__FreeBSD__) || defined(__linux__) || defined(__CYGWIN__) || defined(__APPLE__)
 #include <sys/ioctl.h>
 #else
 #include <stropts.h>