blob: c059f92134e334666fbc6d61dcd6e440dc429098 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-js_src_jsfriendapi.h,v 1.1 2020/10/07 11:10:35 wiz Exp $
* Fix va_list error.
--- js/src/jsfriendapi.h.orig 2020-05-22 02:11:19.000000000 +0000
+++ js/src/jsfriendapi.h
@@ -14,6 +14,7 @@
#include "mozilla/PodOperations.h"
#include "mozilla/UniquePtr.h"
+#include <stdarg.h>
#include "jspubtd.h"
#include "js/CallArgs.h"
|