1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/community/hermes/fix-string-declares-ppc64le.patch

10 lines
181 B
Diff

--- a/src/Utils.cpp
+++ b/src/Utils.cpp
@@ -20,6 +20,7 @@
#include "Utils.h"
#include <unistd.h>
+#include <string.h>
extern Configfile cfg;
extern LOGGER_CLASS hermes_log;