]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak ifdef
authorMichael Jerris <mike@jerris.com>
Tue, 1 Jul 2008 17:40:53 +0000 (17:40 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 1 Jul 2008 17:40:53 +0000 (17:40 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8873 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/libdingaling/src/libdingaling.h

index cc57964a3ff23297beec49f7576ccc0a9cc358fd..18316effb9b0dddec095afdb68997a648aa0628b 100644 (file)
@@ -54,7 +54,7 @@ extern "C" {
 }
 #endif
 
-#ifdef __sunos__
+#if defined (__SVR4) && defined (__sun)
 #define __EXTENSIONS__ 1
 #include <strings.h>
 #endif