mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
37 lines
904 B
Diff
37 lines
904 B
Diff
diff --git a/mounted.ocfs2/mounted.c b/mounted.ocfs2/mounted.c
|
|
index a1b8172..c0fc09e 100644
|
|
--- a/mounted.ocfs2/mounted.c
|
|
+++ b/mounted.ocfs2/mounted.c
|
|
@@ -36,6 +36,7 @@
|
|
#include <sys/stat.h>
|
|
#include <dirent.h>
|
|
#include <ctype.h>
|
|
+#include <sys/sysmacros.h>
|
|
|
|
#include <uuid/uuid.h>
|
|
|
|
diff --git a/ocfs2console/blkid/devname.c b/ocfs2console/blkid/devname.c
|
|
index 87d5cbe..ce1d847 100644
|
|
--- a/ocfs2console/blkid/devname.c
|
|
+++ b/ocfs2console/blkid/devname.c
|
|
@@ -13,6 +13,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
+#include <sys/sysmacros.h>
|
|
#if HAVE_UNISTD_H
|
|
#include <unistd.h>
|
|
#endif
|
|
diff --git a/ocfs2console/blkid/devno.c b/ocfs2console/blkid/devno.c
|
|
index e665e38..370b169 100644
|
|
--- a/ocfs2console/blkid/devno.c
|
|
+++ b/ocfs2console/blkid/devno.c
|
|
@@ -12,6 +12,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
+#include <sys/sysmacros.h>
|
|
#if HAVE_UNISTD_H
|
|
#include <unistd.h>
|
|
#endif
|
|
|