mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
17 lines
354 B
Diff
17 lines
354 B
Diff
|
https://bugs.gentoo.org/560212
|
||
|
|
||
|
pull in headers for funcs that are used
|
||
|
|
||
|
--- a/libdm/dm_handle2path.c
|
||
|
+++ b/libdm/dm_handle2path.c
|
||
|
@@ -20,6 +20,9 @@
|
||
|
#include <dmapi_kern.h>
|
||
|
#include "dmapi_lib.h"
|
||
|
|
||
|
+#include <fcntl.h> /* open */
|
||
|
+#include <unistd.h> /* close */
|
||
|
+#include <string.h> /* strlen */
|
||
|
#include <mntent.h>
|
||
|
#include <dirent.h>
|
||
|
#ifdef linux
|