$NetBSD: patch-au,v 1.1.1.1 2007/06/14 19:42:12 bouyer Exp $

--- libxc/xc_private.h.orig	2006-10-16 22:15:35.000000000 +0200
+++ libxc/xc_private.h	2006-10-16 22:16:09.000000000 +0200
@@ -15,7 +15,11 @@
 
 #include "xenctrl.h"
 
+#ifdef __NetBSD__
+#include <xen/NetBSD/xenio.h>
+#else
 #include <xen/sys/privcmd.h>
+#endif
 
 /* valgrind cannot see when a hypercall has filled in some values.  For this
    reason, we must zero the privcmd_hypercall_t or domctl/sysctl instance
