[Freeswitch-svn] [commit] r12924 - freeswitch/trunk/src/include
FreeSWITCH SVN
mikej at freeswitch.org
Mon Apr 6 13:54:50 PDT 2009
Author: mikej
Date: Mon Apr 6 15:54:50 2009
New Revision: 12924
Log:
build: fix older gcc build (FSBUILD-150)
Modified:
freeswitch/trunk/src/include/switch.h
Modified: freeswitch/trunk/src/include/switch.h
==============================================================================
--- freeswitch/trunk/src/include/switch.h (original)
+++ freeswitch/trunk/src/include/switch.h Mon Apr 6 15:54:50 2009
@@ -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>
More information about the Freeswitch-svn
mailing list