From cc0a0e12991f2af790898b08b91f00d5344498e2 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 1 Feb 2019 05:14:57 -0600 Subject: [PATCH] add syslog to compat headers --- include/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Makefile.am b/include/Makefile.am index a0bbf6f..6d808cc 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -18,6 +18,7 @@ noinst_HEADERS += compat/resolv.h noinst_HEADERS += compat/stdio.h noinst_HEADERS += compat/stdlib.h noinst_HEADERS += compat/string.h +noinst_HEADERS += compat/syslog.h noinst_HEADERS += compat/time.h noinst_HEADERS += compat/unistd.h noinst_HEADERS += compat/win32netcompat.h