Include lots of header files, rather than relying on O/S specific ones.

This commit is contained in:
pdw
2002-10-18 17:29:32 +00:00
parent 41f4c93226
commit 5ef015aea2
7 changed files with 270 additions and 13 deletions

View File

@@ -10,8 +10,9 @@
#include <stdlib.h>
#include <unistd.h>
#include <net/if.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <net/if.h>
#include "iftop.h"
#include "options.h"