$NetBSD: patch-at,v 1.2 2007/05/13 16:45:45 taca Exp $

--- src/client_side.c.orig	2007-03-21 06:26:34.000000000 +0900
+++ 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>
