Make log_manager self-contained.

log_manager.h now includes all necessary header files.
This commit is contained in:
Johan Wikman
2016-02-10 15:32:48 +02:00
parent e1273a2e5f
commit 8a814fbec4
2 changed files with 3 additions and 1 deletions

View File

@ -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" {