GCC 4.3 missing includes Easy fixes from Peter

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1009 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 18 years ago
parent 73bee3a4cd
commit 21fa7890ce

@ -32,6 +32,7 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <time.h>
#include <string.h>
#include "AmSmtpClient.h"
#include "AmUtils.h"

@ -30,6 +30,7 @@
#include <assert.h>
#include <string.h>
#include <stdlib.h>
#include <vector>
using std::vector;

@ -1,4 +1,5 @@
#include <string.h>
#include <stdlib.h>
#include "AmSipMsg.h"

@ -6,6 +6,7 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdlib.h>
#include <map>
#include <string>

Loading…
Cancel
Save