openbsd-ports/editors/traditional-vi/patches/patch-config_h
rpe 032ce060a8 add from openbsd-wip git repo
ok pascal@ (Maintainer)
2012-10-13 22:23:54 +00:00

12 lines
300 B
Plaintext

$OpenBSD: patch-config_h,v 1.1.1.1 2012/10/13 22:23:54 rpe Exp $
--- config.h.orig Fri Sep 30 14:22:45 2011
+++ config.h Fri Sep 30 14:23:03 2011
@@ -133,6 +133,7 @@
*
* The argument to the sbrk() system call has this type.
*/
+#include <stdint.h>
#ifdef notdef
typedef int intptr_t;
#endif