diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-05-16 13:40:53 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-05-16 13:40:53 +0200 |
commit | 09a3d4ef122288c47a8390a2ce61322bde65c780 (patch) | |
tree | b01a382eb6608112bb6361da406b6a56f0a7352c /rfc3195d.c | |
parent | 09c61f9b09b7bb80590a507b8b9643aa11677b0a (diff) | |
parent | 07b447fcbae051c55127a96c7117c1bfee1baa93 (diff) | |
download | rsyslog-09a3d4ef122288c47a8390a2ce61322bde65c780.tar.gz rsyslog-09a3d4ef122288c47a8390a2ce61322bde65c780.tar.bz2 rsyslog-09a3d4ef122288c47a8390a2ce61322bde65c780.zip |
Merge branch 'v3-stable' into beta
Diffstat (limited to 'rfc3195d.c')
-rw-r--r-- | rfc3195d.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -43,9 +43,9 @@ int main() #include <sys/socket.h> #include <sys/errno.h> #include "rsyslog.h" -#include "liblogging.h" -#include "srAPI.h" -#include "syslogmessage.h" +#include "liblogging/liblogging.h" +#include "liblogging/srAPI.h" +#include "liblogging/syslogmessage.h" /* configurable params! */ static char* pPathLogname = "/dev/log3195"; |