Skip to content

Commit

Permalink
fix build failed on centos.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed May 28, 2015
1 parent 7ecaa60 commit 1b62d51
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions trunk/src/core/dlp_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include <dlp_core.hpp>

#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
Expand Down
1 change: 1 addition & 0 deletions trunk/src/core/dlp_core_proxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include <dlp_core_proxy.hpp>

#include <algorithm>
using namespace std;

#include <st.h>
Expand Down
4 changes: 4 additions & 0 deletions trunk/src/core/dlp_core_srs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@

#include <dlp_core_srs.hpp>

#include <unistd.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/wait.h>
using namespace std;

#include <st.h>
Expand Down

0 comments on commit 1b62d51

Please sign in to comment.