requried for vsyslog

This commit is contained in:
Wolfgang Hottgenroth 2021-02-09 18:47:20 +01:00
parent 659a8be734
commit caa84472d8
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -1,3 +1,6 @@
#define __USE_BSD
#define _BSD_SOURCE
#include <syslog.h> #include <syslog.h>
#include <stdarg.h> #include <stdarg.h>