void-packages/srcpkgs/apl/patches/musl.patch
2019-06-24 11:19:18 +02:00

11 lines
283 B
Diff

--- src/Error.hh.orig 2019-06-24 11:12:35.825267571 +0200
+++ 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