aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2019-02-01 05:14:57 -0600
committerBrent Cook <busterb@gmail.com>2019-02-01 05:14:57 -0600
commitcc0a0e12991f2af790898b08b91f00d5344498e2 (patch)
tree073ae3e8299e4b8bc5b9906018237b2bf2cabdd1
parent5269dbb2792fe5baf239e13f36352142364e1581 (diff)
downloadportable-cc0a0e12991f2af790898b08b91f00d5344498e2.tar.gz
portable-cc0a0e12991f2af790898b08b91f00d5344498e2.tar.bz2
portable-cc0a0e12991f2af790898b08b91f00d5344498e2.zip
add syslog to compat headers
-rw-r--r--include/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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
18noinst_HEADERS += compat/stdio.h 18noinst_HEADERS += compat/stdio.h
19noinst_HEADERS += compat/stdlib.h 19noinst_HEADERS += compat/stdlib.h
20noinst_HEADERS += compat/string.h 20noinst_HEADERS += compat/string.h
21noinst_HEADERS += compat/syslog.h
21noinst_HEADERS += compat/time.h 22noinst_HEADERS += compat/time.h
22noinst_HEADERS += compat/unistd.h 23noinst_HEADERS += compat/unistd.h
23noinst_HEADERS += compat/win32netcompat.h 24noinst_HEADERS += compat/win32netcompat.h