aports/community/hermes/fix-string-declares-ppc64le.patch

11 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;