$NetBSD: patch-aa,v 1.4 2007/12/14 12:46:22 bjs Exp $

--- src/Exception.h.orig	2007-11-21 11:14:40.000000000 -0500
+++ src/Exception.h
@@ -37,7 +37,13 @@
 
 #include "common.h"
 #include <string>
+#if defined(HAVE_NBCOMPAT_H)
+#include <nbcompat/cdefs.h>
+#include <nbcompat/config.h>
+#include <nbcompat/stdio.h>
+#else
 #include <stdio.h>
+#endif
 #include <stdarg.h>
 
 using namespace std;
