openbsd-ports/converters/p5-JSON-DWIW/patches/patch-libjsonevt_int_defs_h
kevlo abc8886c71 Update to 0.40
maintainer timeout
2010-06-05 13:52:55 +00:00

13 lines
324 B
Plaintext

$OpenBSD: patch-libjsonevt_int_defs_h,v 1.1 2010/06/05 13:52:55 kevlo Exp $
--- libjsonevt/int_defs.h.orig Tue May 25 17:22:37 2010
+++ libjsonevt/int_defs.h Tue May 25 17:22:49 2010
@@ -9,6 +9,8 @@
#include "jsonevt_config.h"
+#include <sys/types.h>
+
#ifdef JSONEVT_DEF_HAVE_INTTYPES_H
#include <inttypes.h>
#else