16 lines
452 B
Plaintext
16 lines
452 B
Plaintext
$OpenBSD: patch-libseed_seed-closure_c,v 1.2 2011/05/16 09:40:44 jasper Exp $
|
|
|
|
fix #650232 - Missing includes cause build to fail on OpenBSD
|
|
from upstream git: 7afc3b2138e559bfc65c056153141c2ccc747ac4
|
|
|
|
--- libseed/seed-closure.c.orig Fri May 13 10:02:01 2011
|
|
+++ libseed/seed-closure.c Fri May 13 10:02:13 2011
|
|
@@ -18,6 +18,7 @@
|
|
*/
|
|
|
|
#include "seed-private.h"
|
|
+#include <sys/types.h>
|
|
#include <sys/mman.h>
|
|
|
|
JSClassRef seed_native_callback_class;
|