diff options
author | Brent Cook <busterb@gmail.com> | 2019-02-01 05:14:57 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2019-02-01 05:14:57 -0600 |
commit | cc0a0e12991f2af790898b08b91f00d5344498e2 (patch) | |
tree | 073ae3e8299e4b8bc5b9906018237b2bf2cabdd1 | |
parent | 5269dbb2792fe5baf239e13f36352142364e1581 (diff) | |
download | portable-cc0a0e12991f2af790898b08b91f00d5344498e2.tar.gz portable-cc0a0e12991f2af790898b08b91f00d5344498e2.tar.bz2 portable-cc0a0e12991f2af790898b08b91f00d5344498e2.zip |
add syslog to compat headers
-rw-r--r-- | include/Makefile.am | 1 |
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 | |||
18 | noinst_HEADERS += compat/stdio.h | 18 | noinst_HEADERS += compat/stdio.h |
19 | noinst_HEADERS += compat/stdlib.h | 19 | noinst_HEADERS += compat/stdlib.h |
20 | noinst_HEADERS += compat/string.h | 20 | noinst_HEADERS += compat/string.h |
21 | noinst_HEADERS += compat/syslog.h | ||
21 | noinst_HEADERS += compat/time.h | 22 | noinst_HEADERS += compat/time.h |
22 | noinst_HEADERS += compat/unistd.h | 23 | noinst_HEADERS += compat/unistd.h |
23 | noinst_HEADERS += compat/win32netcompat.h | 24 | noinst_HEADERS += compat/win32netcompat.h |