]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
build: fix older gcc build (FSBUILD-150)
authorMichael Jerris <mike@jerris.com>
Mon, 6 Apr 2009 20:54:50 +0000 (20:54 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 6 Apr 2009 20:54:50 +0000 (20:54 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12924 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch.h

index 6f73e644f29f79236d264341d7546b80d9423f49..c8a15a396d64b9d49b105fb0f3aac8dbae15d2b2 100644 (file)
@@ -71,6 +71,7 @@
 #include <setjmp.h>
 #include <ctype.h>
 #include <fcntl.h>
+#include <string.h>
 #ifdef _MSC_VER
 #include <Winsock2.h>
 #if _MSC_VER < 1500
@@ -85,7 +86,6 @@
 #else
 #include <strings.h>
 #endif
-#include <string.h>
 #include <sys/stat.h>
 #include <limits.h>
 #include <sys/types.h>