Fix missing of <link.h> on Cygwin · boostorg/dll@2ebfa68 · GitHub
Skip to content

Commit 2ebfa68

Browse files
committed
Fix missing of <link.h> on Cygwin
1 parent c30df76 commit 2ebfa68

3 files changed

Lines changed: 46 additions & 2 deletions

File tree

include/boost/dll/detail/posix/path_from_handle.hpp

Lines changed: 31 additions & 1 deletion

include/boost/dll/detail/posix/shared_library_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
#include <dlfcn.h>
2222
#include <cstring> // strncmp
23-
#if !BOOST_OS_MACOS && !BOOST_OS_IOS && !BOOST_OS_QNX
23+
#if !BOOST_OS_MACOS && !BOOST_OS_IOS && !BOOST_OS_QNX && !BOOST_OS_CYGWIN
2424
# include <link.h>
2525
#elif BOOST_OS_QNX
2626
// QNX's copy of <elf.h> and <link.h> reside in sys folder

include/boost/dll/runtime_symbol_info.hpp

Lines changed: 14 additions & 0 deletions

0 commit comments

Comments
 (0)