diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-05-06 18:32:59 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-05-06 18:32:59 +0200 |
commit | 346a9e6379f0ff79a02f2bb0c58dc047a944e91d (patch) | |
tree | 5790c73fdad402da521d1cf1c443a744df51f13c /runtime | |
parent | a100b9ebb82c5a414930fdce1da233adfa6571d8 (diff) | |
download | rsyslog-346a9e6379f0ff79a02f2bb0c58dc047a944e91d.tar.gz rsyslog-346a9e6379f0ff79a02f2bb0c58dc047a944e91d.tar.xz rsyslog-346a9e6379f0ff79a02f2bb0c58dc047a944e91d.zip |
added missing includes (noticed under SuSe Linux)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/netstrms.c | 1 | ||||
-rw-r--r-- | runtime/nsd_gtls.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/runtime/netstrms.c b/runtime/netstrms.c index fde0788d..03a46329 100644 --- a/runtime/netstrms.c +++ b/runtime/netstrms.c @@ -25,6 +25,7 @@ #include "config.h" #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <assert.h> #include <errno.h> diff --git a/runtime/nsd_gtls.c b/runtime/nsd_gtls.c index 657de842..fd709fe3 100644 --- a/runtime/nsd_gtls.c +++ b/runtime/nsd_gtls.c @@ -25,6 +25,7 @@ #include "config.h" #include <stdlib.h> #include <assert.h> +#include <string.h> #include <gnutls/gnutls.h> #include "rsyslog.h" |