ports/security/arpCounterattack
Piotr Kubaj 4321a218a2 security/arpCounterattack: fix build with GCC architectures
When building with GCC, sys/types.h needs to be included:
In file included from arpCounterattack.cpp:35:
/usr/include/net/bpf.h:49:9: error: 'u_int32_t' does not name a type; did you mean 'uint32_t'?
typedef u_int32_t bpf_u_int32;

^~~~~~~~~
uint32_t

Approved by:	linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D21091
2019-07-30 12:45:04 +00:00
..
files security/arpCounterattack: fix build with GCC architectures 2019-07-30 12:45:04 +00:00
distinfo
Makefile Bump PORTREVISION for ports depending on the canonical version of GCC 2019-07-26 20:46:53 +00:00
pkg-descr
pkg-plist