1 https://bugs.gentoo.org/560212
3 pull in headers for funcs that are used
5 --- a/libdm/dm_handle2path.c
6 +++ b/libdm/dm_handle2path.c
8 #include <dmapi_kern.h>
11 +#include <fcntl.h> /* open */
12 +#include <unistd.h> /* close */
13 +#include <string.h> /* strlen */