Browse Source

[master] fix build on FreeBSD by removing net/in.h include

On FreeBSD these needs sys/socket.h.
But we realized that the net/in.h is not needed now.

(TODO: remove #include <netinet/in.h> and #include <arpa/inet.h> also?)
Jeremy C. Reed 13 years ago
parent
commit
c80a7b8a53
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/bin/dhcp6/iface_mgr.cc

+ 0 - 1
src/bin/dhcp6/iface_mgr.cc

@@ -17,7 +17,6 @@
 #include <string.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
-#include <net/if.h>
 
 #include "dhcp6/iface_mgr.h"
 #include "dhcp6/dhcp6.h"