Moved syslog.h include.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <syslog.h>
|
||||
|
||||
#include "sys_logger.h"
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user