Ignore:
Timestamp:
Aug 15, 2010, 12:27:47 PM (14 years ago)
Author:
katerina
Message:

Fixes for tickets #215, #216, #217, #218, version bumped to 2.7.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_port2proc.c

    r279 r290  
    2424#include <string.h>
    2525#include <sys/types.h>
     26#include <netinet/in.h>
     27#include <arpa/inet.h>
    2628#include <unistd.h>
    2729
     
    4850/* #define DEBUG_P2P 1 */
    4951
     52#include "samhain.h"
     53#include "sh_utils.h"
     54
    5055/****************************************************************************
    5156 *
     
    5560#if defined(__linux__) || defined(__FreeBSD__)
    5661 
    57 #include "samhain.h"
    5862#include "sh_error_min.h"
    59 #include "sh_utils.h"
    6063#include "sh_pthread.h"
    6164
Note: See TracChangeset for help on using the changeset viewer.