openbsd-ports/www/firefox36/patches/patch-js_src_nanojit_avmplus_h

12 lines
342 B
Plaintext
Raw Normal View History

$OpenBSD: patch-js_src_nanojit_avmplus_h,v 1.3 2011/03/26 10:58:36 landry Exp $
--- js/src/nanojit/avmplus.h.orig Wed Jan 6 05:35:17 2010
+++ js/src/nanojit/avmplus.h Sun Jan 10 17:47:27 2010
@@ -44,6 +44,7 @@
#if defined(AVMPLUS_UNIX) || defined(AVMPLUS_OS2)
#include <unistd.h>
+#include <sys/types.h>
#include <sys/mman.h>
#endif