From ef740140943face8cf933514fc59b36e68080ac6 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Thu, 14 Apr 2016 09:07:27 +0200 Subject: [PATCH] Include stdio.h in packet.cpp (fixes #70) I guess we want to think about handling output consistently anyway (iostream vs printf, what to do when we're in library mode), but that's for later. --- src/packet.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/packet.cpp b/src/packet.cpp index 5946740..47e6343 100644 --- a/src/packet.cpp +++ b/src/packet.cpp @@ -23,6 +23,7 @@ #include "nethogs.h" #include #include "packet.h" +#include #include #include #ifdef __APPLE__