aports/testing/horizon/strerror.patch
2022-12-21 21:53:54 +01:00

12 lines
241 B
Diff

diff --git a/hscript/meta.cc b/hscript/meta.cc
index e3d05f2..44872e6 100644
--- a/hscript/meta.cc
+++ b/hscript/meta.cc
@@ -11,6 +11,7 @@
*/
#include <assert.h>
+#include <cstring>
#include <fstream>
#include <regex>
#include <set>