diff options
Diffstat (limited to 'runtime/vm.c')
-rw-r--r-- | runtime/vm.c | 1 |
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" |