mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-28 02:50:41 +03:00
clang: possible better compilation with musl c
Try to help resolving reported compilation problem with clang & musl C. https://github.com/lvmteam/lvm2/issues/61
This commit is contained in:
parent
d2e7a05573
commit
4fd76de4b6
@ -18,6 +18,7 @@
|
||||
|
||||
#include <dlfcn.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h> /* help musl C */
|
||||
#include <pthread.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/stat.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user