diff options
-rw-r--r-- | src/ptunnel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ptunnel.h b/src/ptunnel.h index 6419eae..9917f81 100644 --- a/src/ptunnel.h +++ b/src/ptunnel.h @@ -104,6 +104,7 @@ typedef struct { int sock; } pt_thread_info_t; +#ifdef HAVE_PCAP /* pqueue_elem_t: An queue element in the pqueue structure (below). */ typedef struct pqueue_elem_t { @@ -123,7 +124,6 @@ typedef struct { int elems; } pqueue_t; -#ifdef HAVE_PCAP /* pcap_info_t: Structure to hold information related to packet capturing. */ typedef struct { |