summaryrefslogtreecommitdiffstats
path: root/regexp.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-28 17:21:43 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-28 17:21:43 +0000
commit86c5a1cf89eadd393d3550c7a3114892cb39ae34 (patch)
tree68af353d5fd3954d8b721fdfa15edb18f9a3fba2 /regexp.c
parent53a178cd0f7b23d379572fad427db035ad2d8030 (diff)
downloadrsyslog-86c5a1cf89eadd393d3550c7a3114892cb39ae34.tar.gz
rsyslog-86c5a1cf89eadd393d3550c7a3114892cb39ae34.tar.xz
rsyslog-86c5a1cf89eadd393d3550c7a3114892cb39ae34.zip
some cleanup
Diffstat (limited to 'regexp.c')
-rw-r--r--regexp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/regexp.c b/regexp.c
index 96ef4f5f..55013ad1 100644
--- a/regexp.c
+++ b/regexp.c
@@ -25,6 +25,7 @@
#include "config.h"
#include <regex.h>
+#include <string.h>
#include <assert.h>
#include "rsyslog.h"