]> git.mxchange.org Git - simgear.git/blobdiff - src/slPortability.h
Cygnus tools compatibility tweaks.
[simgear.git] / src / slPortability.h
index 88c1cbcc8daac03cbd51b7df545cce576fa3a396..08d780c144f40bc3cafee85920ed30d4bf9bfe92 100644 (file)
@@ -31,7 +31,7 @@
 #include <string.h>
 #include <math.h>
 
-#ifdef __linux__
+#if defined(__linux__) || defined(__FreeBSD__)
 #define SL_USING_OSS_AUDIO 1
 #endif