$OpenBSD: patch-fitz_fitz_base_h,v 1.1 2010/06/03 19:38:34 sthen Exp $
--- fitz/fitz_base.h.orig	Mon May 31 15:16:48 2010
+++ fitz/fitz_base.h	Thu Jun  3 04:13:00 2010
@@ -53,6 +53,10 @@ extern int gettimeofday(struct timeval *tv, struct tim
 
 #else /* C99 or close enough */
 
+#ifndef restrict
+#define restrict
+#endif
+
 #include <unistd.h>
 
 #endif
