Author: sayer
Date: 2008-06-05 16:08:01 +0200 (Thu, 05 Jun 2008)
New Revision: 1010

Modified:
   branches/1.0.0/apps/voicemail/AmSmtpClient.cpp
   branches/1.0.0/core/AmArg.h
   branches/1.0.0/core/AmSipMsg.cpp
   branches/1.0.0/core/plug-in/stats/query_stats.c
Log:
GCC 4.3 missing includes Easy fixes from Peter (r1009)

Modified: branches/1.0.0/apps/voicemail/AmSmtpClient.cpp
===================================================================
--- branches/1.0.0/apps/voicemail/AmSmtpClient.cpp      2008-06-05 14:05:23 UTC 
(rev 1009)
+++ branches/1.0.0/apps/voicemail/AmSmtpClient.cpp      2008-06-05 14:08:01 UTC 
(rev 1010)
@@ -32,6 +32,7 @@
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <time.h>
+#include <string.h>
 
 #include "AmSmtpClient.h"
 #include "AmUtils.h"

Modified: branches/1.0.0/core/AmArg.h
===================================================================
--- branches/1.0.0/core/AmArg.h 2008-06-05 14:05:23 UTC (rev 1009)
+++ branches/1.0.0/core/AmArg.h 2008-06-05 14:08:01 UTC (rev 1010)
@@ -30,6 +30,7 @@
 
 #include <assert.h>
 #include <string.h>
+#include <stdlib.h>
 
 #include <vector>
 using std::vector;

Modified: branches/1.0.0/core/AmSipMsg.cpp
===================================================================
--- branches/1.0.0/core/AmSipMsg.cpp    2008-06-05 14:05:23 UTC (rev 1009)
+++ branches/1.0.0/core/AmSipMsg.cpp    2008-06-05 14:08:01 UTC (rev 1010)
@@ -1,4 +1,5 @@
-
+#include <string.h>
+#include <stdlib.h>
 #include "AmSipMsg.h"
 
 

Modified: branches/1.0.0/core/plug-in/stats/query_stats.c
===================================================================
--- branches/1.0.0/core/plug-in/stats/query_stats.c     2008-06-05 14:05:23 UTC 
(rev 1009)
+++ branches/1.0.0/core/plug-in/stats/query_stats.c     2008-06-05 14:08:01 UTC 
(rev 1010)
@@ -6,6 +6,7 @@
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
+#include <stdlib.h>
 
 #include <map>
 #include <string>

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to