]> git.kaiwu.me - quickjs.git/commitdiff
added missing header
authorFabrice Bellard <fabrice@bellard.org>
Tue, 25 Mar 2025 15:49:41 +0000 (16:49 +0100)
committerFabrice Bellard <fabrice@bellard.org>
Tue, 25 Mar 2025 15:49:41 +0000 (16:49 +0100)
quickjs.h

index 4dcc0c8ad1598f0c3a2631d1f5569cae55be4541..13cb5f8d35c4083ffaa635198bbd5d2eab849b6b 100644 (file)
--- a/quickjs.h
+++ b/quickjs.h
@@ -27,6 +27,7 @@
 
 #include <stdio.h>
 #include <stdint.h>
+#include <string.h>
 
 #ifdef __cplusplus
 extern "C" {