aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCharlie Root <root@rocinante.obtuse.com>2014-07-10 08:36:47 -0600
committerCharlie Root <root@rocinante.obtuse.com>2014-07-10 08:36:47 -0600
commitabe7bee3601b8c6ec91954f1bef23aa6c908cec6 (patch)
tree8d189f7af250a01258231ad19447fdbd11ed02fb /include
parentb3543f9c59ad616148915e857184e914f06c2dbc (diff)
downloadportable-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.am7
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 @@
1SUBDIRS = openssl 1SUBDIRS = openssl
2 2
3noinst_HEADERS = pqueue.h stdlib.h string.h machine/endian.h 3noinst_HEADERS = pqueue.h
4noinst_HEADERS += stdlib.h
5noinst_HEADERS += string.h
6noinst_HEADERS += unistd.h
7noinst_HEADERS += machine/endian.h
8noinst_HEADERS += sys/types.h