db614eaf21
Fix #38643
10 lines
140 B
Diff
10 lines
140 B
Diff
--- a/src/code.c
|
|
+++ b/src/code.c
|
|
@@ -8,6 +8,7 @@
|
|
|
|
#include "config.h"
|
|
|
|
+#include <string.h>
|
|
|
|
#ifdef HAS_STRING_H
|
|
#include <string.h>
|