aboutsummaryrefslogtreecommitdiff
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2017-01-15 22:28:36 -0600
committerBrent Cook <busterb@gmail.com>2017-01-16 10:59:15 -0600
commit51a53876b623f751e076fa66cdf2b99df06b2028 (patch)
tree494f3eaf6caea2e5ee3eb6ee665d853b699f470a /include/Makefile.am
parentc53c23c5d8a4de5c231a282e1bd70b7f3b1b438f (diff)
downloadportable-51a53876b623f751e076fa66cdf2b99df06b2028.tar.gz
portable-51a53876b623f751e076fa66cdf2b99df06b2028.tar.bz2
portable-51a53876b623f751e076fa66cdf2b99df06b2028.zip
add fcntl shim
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 9f42f05..728d921 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -8,6 +8,7 @@ noinst_HEADERS = pqueue.h
8noinst_HEADERS += compat/dirent.h 8noinst_HEADERS += compat/dirent.h
9noinst_HEADERS += compat/dirent_msvc.h 9noinst_HEADERS += compat/dirent_msvc.h
10noinst_HEADERS += compat/err.h 10noinst_HEADERS += compat/err.h
11noinst_HEADERS += compat/fcntl.h
11noinst_HEADERS += compat/limits.h 12noinst_HEADERS += compat/limits.h
12noinst_HEADERS += compat/netdb.h 13noinst_HEADERS += compat/netdb.h
13noinst_HEADERS += compat/poll.h 14noinst_HEADERS += compat/poll.h