commit 8d6904c603a82258eac50aae3e006e386e90c9a2 parent e17b2d0a09dbaf75c6e6c335b5313cc66fc9c264 Author: Stephen Gregoratto <dev@sgregoratto.me> Date: Wed, 16 Sep 2020 16:26:40 +1000 seperate arpa header Diffstat:
M | ngrep.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/ngrep.c b/ngrep.c @@ -26,6 +26,7 @@ #include <net80211/ieee80211_radiotap.h> #include <arpa/inet.h> + #include <ctype.h> #include <err.h> #include <errno.h>