$NetBSD: patch-at,v 1.1.2.2 2007/03/22 08:36:19 ghen Exp $

--- src/client_side.c.orig	2007-02-06 20:17:33.000000000 +0000
+++ src/client_side.c
@@ -88,8 +88,12 @@
 #include <sys/fcntl.h>
 #include <net/if.h>
 #include <netinet/in.h>
+#ifdef __DragonFly__
+#include <net/pf/pfvar.h>
+#else
 #include <net/pfvar.h>
 #endif
+#endif
 
 #if LINUX_NETFILTER
 #include <linux/netfilter_ipv4.h>
