Skip to content

Commit

Permalink
Fix build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Dec 14, 2023
1 parent 3994fee commit f6f90b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/compat/syslog.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <stdarg.h>

#ifdef _WIN32
#define LOG_CONS LOG_INFO
#define LOG_INFO 6 /* informational */
#define LOG_USER (1<<3) /* random user-level messages */
#define LOG_LOCAL2 (18<<3) /* reserved for local use */
Expand Down

0 comments on commit f6f90b9

Please sign in to comment.