Browse Source

Some g++-4.3 compilation fixes

master
Artyom Beilis 15 years ago
parent
commit
518d60b594
4 changed files with 5 additions and 0 deletions
  1. +1
    -0
      encryptor.cpp
  2. +2
    -0
      fcgi.cpp
  3. +1
    -0
      hmac_encryptor.cpp
  4. +1
    -0
      scgi.cpp

+ 1
- 0
encryptor.cpp View File

@@ -3,6 +3,7 @@
#include "cppcms_error.h"
#include <sys/time.h>
#include <time.h>
#include <unistd.h>
#include <cstdlib>

using namespace std;


+ 2
- 0
fcgi.cpp View File

@@ -1,6 +1,8 @@
#include "fcgi.h"
#include "cppcms_error.h"
#include <errno.h>
#include <pthread.h>
#include <unistd.h>

namespace cppcms {



+ 1
- 0
hmac_encryptor.cpp View File

@@ -1,5 +1,6 @@
#include "hmac_encryptor.h"
#include "md5.h"
#include <time.h>

using namespace std;



+ 1
- 0
scgi.cpp View File

@@ -9,6 +9,7 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/un.h>
#include <string.h>

namespace cppcms {
using namespace std;


Loading…
Cancel
Save