Don't include it, and use u_intXX_t, which we arrange to be defined,
rather than uintXX_t.
*
* This also provides our own multiple-include protection.
*/
-
-#include <stdint.h>
-
#if !defined(_NET_BPF_H_) && !defined(_BPF_H_) && !defined(_H_BPF) && !defined(lib_pcap_bpf_h)
#define lib_pcap_bpf_h
* run it in userland). It contains VLAN tag information.
*/
struct bpf_aux_data {
- uint16_t vlan_tag_present;
- uint16_t vlan_tag;
+ u_int16_t vlan_tag_present;
+ u_int16_t vlan_tag;
};
/*