$OpenBSD: patch-args_h,v 1.1 2012/10/26 18:08:27 dcoppa Exp $

error: 'intptr_t' undeclared

--- args.h.orig	Wed Apr 18 04:31:15 2012
+++ args.h	Fri Oct 26 14:01:20 2012
@@ -57,6 +57,8 @@
 // so that it can make use of the proper context of #defined symbols and
 // declarations in those files.
 
+#include <stdint.h>
+
 typedef enum {
   ArgString, ArgInt, ArgFloat, ArgBoolean, ArgTrue, ArgFalse, ArgNone,
   ArgColor, ArgAttribs, ArgFilename, ArgBoardSize, ArgFont, ArgCommSettings,
