summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--runtime/vm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/vm.c b/runtime/vm.c
index bc6c3dd2..f1fbcc2e 100644
--- a/runtime/vm.c
+++ b/runtime/vm.c
@@ -25,6 +25,7 @@
#include "config.h"
#include <stdlib.h>
+#include <string.h>
#include <assert.h>
#include "rsyslog.h"