Make log_manager self-contained.
log_manager.h now includes all necessary header files.
This commit is contained in:
@ -18,7 +18,9 @@
|
||||
#if !defined(LOG_MANAGER_H)
|
||||
#define LOG_MANAGER_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <syslog.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
|
Reference in New Issue
Block a user