$NetBSD: patch-ab,v 1.2 2005/07/13 01:28:37 grant Exp $ --- libxc/xc_private.h.orig 2005-05-22 20:56:28.000000000 +1000 +++ libxc/xc_private.h @@ -16,7 +16,11 @@ #include "xc.h" +#ifdef __NetBSD__ +#include +#else #include +#endif #define _PAGE_PRESENT 0x001 #define _PAGE_RW 0x002