include if.h here

This commit is contained in:
Jeff Hill
1997-01-22 21:34:41 +00:00
parent ce87cee840
commit 80a8d9c37f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ extern "C" {
#include <sys/ioctl.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <net/if.h>
int ioctl (int fd, int req, ...);
int close (int fd);
+1
View File
@@ -17,6 +17,7 @@ extern "C" {
#include <sys/ioctl.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <net/if.h>
int ioctl (int fd, int req, ...);
int close (int fd);