1
1

Fixed windows include files in pcap support.

Этот коммит содержится в:
Andreas Schneider 2010-05-12 13:39:00 +02:00
родитель da9b2e25f6
Коммит 45857bc606

Просмотреть файл

@ -24,7 +24,9 @@
#ifdef WITH_PCAP
#include <stdio.h>
#ifndef _WIN32
#ifdef _WIN32
#include <ws2tcpip.h>
#else
#include <sys/time.h>
#include <sys/socket.h>
#endif