Moved syslog.h include.

This commit is contained in:
Tobias Brunner
2010-05-04 18:34:20 +02:00
parent 6b57f5edff
commit 6d7f4e0653
3 changed files with 2 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@
#include <stdio.h>
#include <string.h>
#include <syslog.h>
#include "sys_logger.h"
-2
View File
@@ -21,8 +21,6 @@
#ifndef SYS_LOGGER_H_
#define SYS_LOGGER_H_
#include <syslog.h>
#include <bus/listeners/listener.h>
typedef struct sys_logger_t sys_logger_t;
+1
View File
@@ -19,6 +19,7 @@
#include <stdio.h>
#include <sys/types.h>
#include <unistd.h>
#include <syslog.h>
#include <time.h>
#include <errno.h>
#ifdef CAPABILITIES