void-packages/srcpkgs/apl/patches/musl.patch

12 lines
282 B
Diff

--- a/src/Error.hh 2019-06-24 11:12:35.825267571 +0200
+++ b/src/Error.hh 2019-06-24 11:12:46.505396162 +0200
@@ -26,6 +26,8 @@
#include "ErrorCode.hh"
#include "UCS_string.hh"
+#include <cstring>
+
#ifdef __GNUC__
#define GNUC__noreturn __attribute__ ((noreturn))
#else