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.
This commit is contained in:
Arnout Engelen
2016-04-14 09:07:27 +02:00
parent d9ade498e8
commit ef74014094

View File

@@ -23,6 +23,7 @@
#include "nethogs.h" #include "nethogs.h"
#include <iostream> #include <iostream>
#include "packet.h" #include "packet.h"
#include <stdio.h>
#include <netinet/tcp.h> #include <netinet/tcp.h>
#include <netinet/in.h> #include <netinet/in.h>
#ifdef __APPLE__ #ifdef __APPLE__