logging: include <syslog.h>

Move the inclusion of <syslog.h> from sysincl.h to logging.c to avoid
accidentally using the LOG_* constants from the header.
This commit is contained in:
Miroslav Lichvar
2019-10-23 17:23:35 +02:00
parent 96771d6857
commit 903fa247f8
2 changed files with 4 additions and 4 deletions

View File

@@ -29,6 +29,8 @@
#include "sysincl.h"
#include <syslog.h>
#include "conf.h"
#include "logging.h"
#include "util.h"