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:
@@ -23,6 +23,7 @@
|
||||
#include "nethogs.h"
|
||||
#include <iostream>
|
||||
#include "packet.h"
|
||||
#include <stdio.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <netinet/in.h>
|
||||
#ifdef __APPLE__
|
||||
|
||||
Reference in New Issue
Block a user