diff options
| author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-19 13:45:15 +0000 |
|---|---|---|
| committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-19 13:45:15 +0000 |
| commit | 430588f193ecfe3df8eee6aa1d5ace618e85c9ef (patch) | |
| tree | 8e5a65a63060c664a784735c5168494732403164 | |
| parent | 13c32d03f3e640df69327d5127aeeb1e5009e652 (diff) | |
| download | rsyslog-430588f193ecfe3df8eee6aa1d5ace618e85c9ef.tar.gz rsyslog-430588f193ecfe3df8eee6aa1d5ace618e85c9ef.tar.xz rsyslog-430588f193ecfe3df8eee6aa1d5ace618e85c9ef.zip | |
librelp changed header name
| -rw-r--r-- | plugins/imrelp/imrelp.c | 2 | ||||
| -rw-r--r-- | plugins/omrelp/omrelp.c | 3 | ||||
| -rw-r--r-- | relputil.c | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/plugins/imrelp/imrelp.c b/plugins/imrelp/imrelp.c index d3a76b29..c7d6092b 100644 --- a/plugins/imrelp/imrelp.c +++ b/plugins/imrelp/imrelp.c @@ -36,7 +36,7 @@ #include <netdb.h> #include <sys/types.h> #include <sys/socket.h> -#include <relp.h> +#include <librelp.h> #include "rsyslog.h" #include "syslogd.h" #include "cfsysline.h" diff --git a/plugins/omrelp/omrelp.c b/plugins/omrelp/omrelp.c index 785b6e15..94e71ff5 100644 --- a/plugins/omrelp/omrelp.c +++ b/plugins/omrelp/omrelp.c @@ -40,8 +40,7 @@ #include <errno.h> #include <ctype.h> #include <unistd.h> -#include <relp.h> -#include <relpclt.h> +#include <librelp.h> #include "syslogd.h" #include "syslogd-types.h" #include "srUtils.h" @@ -29,7 +29,7 @@ #include <string.h> #include <assert.h> #include <errno.h> -#include <relp.h> +#include <librelp.h> #include "syslogd.h" #include "syslogd-types.h" #include "srUtils.h" |
