<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- libgphoto2_port/libgphoto2_port/compiletime-assert.h.orig	2022-01-02 02:13:55.000000000 +1100
+++ libgphoto2_port/libgphoto2_port/compiletime-assert.h	2022-06-08 17:40:17.000000000 +1000
@@ -35,6 +35,10 @@
 
 #include &lt;assert.h&gt;
 
+#ifndef static_assert
+#define static_assert _Static_assert
+#endif
+
 /** Compiletime assertion for use inside a function. */
 #define COMPILETIME_ASSERT(CONDITION) \
 	static_assert((CONDITION), #CONDITION)
</pre></body></html>