diff --git a/cbits/network-unix.c b/cbits/network-unix.c
--- a/cbits/network-unix.c
+++ b/cbits/network-unix.c
@@ -32,6 +32,10 @@
 #   include <net/pfvar.h>
 #endif
 
+#ifdef __DragonFly__
+#   include <net/pf/pfvar.h>
+#endif
+
 #include "network.h"
 #include "common.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.6
+version:        0.2.0.7
 synopsis:       Access the local computer's basic network configuration
 
 description:    This library provides simple read-only access to the
