Commit 93a6e465f5 for aom

commit 93a6e465f5dc897096b9c69aafff5878f1e9b89f
Author: James Zern <jzern@google.com>
Date:   Thu Feb 19 19:27:14 2026 -0800

    av1_cx_iface.c: add missing setjmp include

    Change-Id: Ifcc5695b96b67854bd20987baf94863bb0269123

diff --git a/av1/av1_cx_iface.c b/av1/av1_cx_iface.c
index 69140cc449..00c6147f05 100644
--- a/av1/av1_cx_iface.c
+++ b/av1/av1_cx_iface.c
@@ -12,6 +12,7 @@
 #include <assert.h>
 #include <limits.h>
 #include <math.h>
+#include <setjmp.h>
 #include <stdbool.h>
 #include <stdint.h>
 #include <stdlib.h>