diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-05-01 01:45:23 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-05-01 01:45:23 +0000 |
| commit | 50e9e209437bf1fdc2801edc652e7bb888e916be (patch) | |
| tree | adbdaa9b3c088624966b9429af04d054acf991fa /lib/libpcap | |
| parent | 9c6e4f2a7cb805dbaa52f95f3cab1218a4238e3e (diff) | |
Notes
Diffstat (limited to 'lib/libpcap')
| -rw-r--r-- | lib/libpcap/pcap.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libpcap/pcap.3 b/lib/libpcap/pcap.3 index 2159c4d00345..d298b40a6e2f 100644 --- a/lib/libpcap/pcap.3 +++ b/lib/libpcap/pcap.3 @@ -23,6 +23,8 @@ pcap \- Packet Capture library .SH SYNOPSIS .nf .ft B +#include <sys/types.h> +#include <stdio.h> #include <pcap.h> .ft .LP |
