diff --git a/cbits/network-unix.c b/cbits/network-unix.c
--- a/cbits/network-unix.c
+++ b/cbits/network-unix.c
@@ -29,11 +29,11 @@
 #endif
 
 #ifdef __FreeBSD__
-#   include <net/pfvar.h>
+#   include <netinet/in.h>
 #endif
 
 #ifdef __DragonFly__
-#   include <net/pf/pfvar.h>
+#   include <netinet/in.h>
 #endif
 
 #include "network.h"
diff --git a/network-info.cabal b/network-info.cabal
--- a/network-info.cabal
+++ b/network-info.cabal
@@ -1,5 +1,5 @@
 name:           network-info
-version:        0.2.0.8
+version:        0.2.0.9
 synopsis:       Access the local computer's basic network configuration
 
 description:    This library provides simple read-only access to the
