diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2020-09-13 12:58:37 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2020-09-13 21:56:34 +0900 |
commit | 461ec45335747276503fd6cb863d51782127919e (patch) | |
tree | a1041b64af9a0b5c2d0fbe2bac92f750dbf1aa4a /include/Makefile.am | |
parent | 65b01cff7a843d1d363c5dffcb57da110ce614a3 (diff) | |
download | portable-461ec45335747276503fd6cb863d51782127919e.tar.gz portable-461ec45335747276503fd6cb863d51782127919e.tar.bz2 portable-461ec45335747276503fd6cb863d51782127919e.zip |
Add queue.h tree.h _null.h
Import queue.h tree.h _null.h header files from OpenBSD upstream
since x509_issuer_cache.c requires them.
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 6d808cc..4184cf8 100644 --- a/include/Makefile.am +++ b/include/Makefile.am | |||
@@ -32,12 +32,15 @@ noinst_HEADERS += compat/netinet/in.h | |||
32 | noinst_HEADERS += compat/netinet/ip.h | 32 | noinst_HEADERS += compat/netinet/ip.h |
33 | noinst_HEADERS += compat/netinet/tcp.h | 33 | noinst_HEADERS += compat/netinet/tcp.h |
34 | 34 | ||
35 | noinst_HEADERS += compat/sys/_null.h | ||
35 | noinst_HEADERS += compat/sys/ioctl.h | 36 | noinst_HEADERS += compat/sys/ioctl.h |
36 | noinst_HEADERS += compat/sys/mman.h | 37 | noinst_HEADERS += compat/sys/mman.h |
37 | noinst_HEADERS += compat/sys/param.h | 38 | noinst_HEADERS += compat/sys/param.h |
39 | noinst_HEADERS += compat/sys/queue.h | ||
38 | noinst_HEADERS += compat/sys/select.h | 40 | noinst_HEADERS += compat/sys/select.h |
39 | noinst_HEADERS += compat/sys/socket.h | 41 | noinst_HEADERS += compat/sys/socket.h |
40 | noinst_HEADERS += compat/sys/stat.h | 42 | noinst_HEADERS += compat/sys/stat.h |
43 | noinst_HEADERS += compat/sys/tree.h | ||
41 | noinst_HEADERS += compat/sys/time.h | 44 | noinst_HEADERS += compat/sys/time.h |
42 | noinst_HEADERS += compat/sys/types.h | 45 | noinst_HEADERS += compat/sys/types.h |
43 | noinst_HEADERS += compat/sys/uio.h | 46 | noinst_HEADERS += compat/sys/uio.h |