|
@@ -12,10 +12,9 @@
|
|
|
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
|
// PERFORMANCE OF THIS SOFTWARE.
|
|
|
|
|
|
-#include <sys/types.h>
|
|
|
+#include <unistd.h> // for some IPC/network system calls
|
|
|
#include <netinet/in.h>
|
|
|
#include <sys/socket.h>
|
|
|
-#include <unistd.h> // for some IPC/network system calls
|
|
|
#include <errno.h>
|
|
|
|
|
|
#include <boost/shared_array.hpp>
|