diff options
author | Brent Cook <busterb@gmail.com> | 2017-01-15 22:28:36 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2017-01-16 10:59:15 -0600 |
commit | 51a53876b623f751e076fa66cdf2b99df06b2028 (patch) | |
tree | 494f3eaf6caea2e5ee3eb6ee665d853b699f470a /include/Makefile.am | |
parent | c53c23c5d8a4de5c231a282e1bd70b7f3b1b438f (diff) | |
download | portable-51a53876b623f751e076fa66cdf2b99df06b2028.tar.gz portable-51a53876b623f751e076fa66cdf2b99df06b2028.tar.bz2 portable-51a53876b623f751e076fa66cdf2b99df06b2028.zip |
add fcntl shim
Diffstat (limited to 'include/Makefile.am')
-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 9f42f05..728d921 100644 --- a/include/Makefile.am +++ b/include/Makefile.am | |||
@@ -8,6 +8,7 @@ noinst_HEADERS = pqueue.h | |||
8 | noinst_HEADERS += compat/dirent.h | 8 | noinst_HEADERS += compat/dirent.h |
9 | noinst_HEADERS += compat/dirent_msvc.h | 9 | noinst_HEADERS += compat/dirent_msvc.h |
10 | noinst_HEADERS += compat/err.h | 10 | noinst_HEADERS += compat/err.h |
11 | noinst_HEADERS += compat/fcntl.h | ||
11 | noinst_HEADERS += compat/limits.h | 12 | noinst_HEADERS += compat/limits.h |
12 | noinst_HEADERS += compat/netdb.h | 13 | noinst_HEADERS += compat/netdb.h |
13 | noinst_HEADERS += compat/poll.h | 14 | noinst_HEADERS += compat/poll.h |