Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 156027
Collapse All | Expand All

(-)main.c (-1 / +1 lines)
Lines 12-18 Link Here
12
#include <arpa/inet.h>                  // for inet_ntoa()  
12
#include <arpa/inet.h>                  // for inet_ntoa()  
13
13
14
#include <pcap.h>                       // for the Berkeley Packet Filter 
14
#include <pcap.h>                       // for the Berkeley Packet Filter 
15
#include <net/bpf.h>
15
#include <pcap-bpf.h>
16
16
17
#include "MIME.h"
17
#include "MIME.h"
18
#include "list.h"
18
#include "list.h"

Return to bug 156027