fix qt build

Fri, 18 Jul 2025 21:49:29 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 18 Jul 2025 21:49:29 +0200
changeset 671
0ab4c7a18660
parent 670
d676b2c5e93b
child 672
1b08ba076b65

fix qt build

ui/common/wrapper.c file | annotate | diff | comparison | revisions
--- a/ui/common/wrapper.c	Thu Jul 17 22:10:28 2025 +0200
+++ b/ui/common/wrapper.c	Fri Jul 18 21:49:29 2025 +0200
@@ -29,6 +29,7 @@
 #include "wrapper.h"
 #include "types.h"
 #include <cx/list.h>
+#include <string.h>
 
 /* ---------------------------- UiObject ---------------------------- */
 

mercurial