include headers with prototypes to make sure prototypes match

This commit is contained in:
Russ Dill
2003-12-16 20:44:15 +00:00
parent 5f46f1c241
commit 76729b8c69
8 changed files with 9 additions and 1 deletions

View File

@ -41,6 +41,7 @@
#include <linux/if_ether.h>
#endif
#include "socket.h"
#include "common.h"
int read_interface(char *interface, int *ifindex, u_int32_t *addr, unsigned char *arp)