]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix building of ozmod_ss7_boost on FreeBSD(7)
authorStefan Knoblich <stkn@freeswitch.org>
Sun, 7 Sep 2008 21:41:23 +0000 (21:41 +0000)
committerStefan Knoblich <stkn@freeswitch.org>
Sun, 7 Sep 2008 21:41:23 +0000 (21:41 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@545 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/openzap/src/include/openzap.h

index 03f58b6da02d75e58695219c2f8bd1e4b7fd9e7b..48cffda0befe6fd05a7f1058413fc3d0d2c1434a 100644 (file)
@@ -35,7 +35,7 @@
 #define OPENZAP_H
 
 
-#ifndef _XOPEN_SOURCE
+#if !defined(_XOPEN_SOURCE) && !defined(__FreeBSD__)
 #define _XOPEN_SOURCE 600
 #endif