diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-28 18:23:53 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-28 18:23:53 +0200 |
commit | 8d8befaeca0d9ed3f096780e499a3231f16585c4 (patch) | |
tree | 36afcf98e28dd7bba95e383d397e4f6ad84cbf01 /runtime/vm.c | |
parent | f8d9aad08222f59ba2d27437c1e2369896452aa1 (diff) | |
parent | 23dac82b684e966490de707a44144b3ad0ce2323 (diff) | |
download | rsyslog-8d8befaeca0d9ed3f096780e499a3231f16585c4.tar.gz rsyslog-8d8befaeca0d9ed3f096780e499a3231f16585c4.tar.bz2 rsyslog-8d8befaeca0d9ed3f096780e499a3231f16585c4.zip |
Merge branch 'v3-stable' into beta
Conflicts:
tests/Makefile.am
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 a25476c2..23adea8b 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" |