diff options
author | Charlie Root <root@rocinante.obtuse.com> | 2014-07-10 08:36:47 -0600 |
---|---|---|
committer | Charlie Root <root@rocinante.obtuse.com> | 2014-07-10 08:36:47 -0600 |
commit | abe7bee3601b8c6ec91954f1bef23aa6c908cec6 (patch) | |
tree | 8d189f7af250a01258231ad19447fdbd11ed02fb /include | |
parent | b3543f9c59ad616148915e857184e914f06c2dbc (diff) | |
download | portable-abe7bee3601b8c6ec91954f1bef23aa6c908cec6.tar.gz portable-abe7bee3601b8c6ec91954f1bef23aa6c908cec6.tar.bz2 portable-abe7bee3601b8c6ec91954f1bef23aa6c908cec6.zip |
Make things build again - add some missing headers
ok bcook@
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index f2860a4..7f8cfbd 100644 --- a/include/Makefile.am +++ b/include/Makefile.am | |||
@@ -1,3 +1,8 @@ | |||
1 | SUBDIRS = openssl | 1 | SUBDIRS = openssl |
2 | 2 | ||
3 | noinst_HEADERS = pqueue.h stdlib.h string.h machine/endian.h | 3 | noinst_HEADERS = pqueue.h |
4 | noinst_HEADERS += stdlib.h | ||
5 | noinst_HEADERS += string.h | ||
6 | noinst_HEADERS += unistd.h | ||
7 | noinst_HEADERS += machine/endian.h | ||
8 | noinst_HEADERS += sys/types.h | ||