blob: 325087ada16c5ac1d5402e15ceac8518a9889757 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- 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;
|