cf88afd043
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/usermode#a17faee8fd739d6966a3a248578801e1827e275b
13 lines
282 B
Diff
13 lines
282 B
Diff
diff --git a/usermount.c b/usermount.c
|
|
index 3aafadd..5875c09 100644
|
|
--- a/usermount.c
|
|
+++ b/usermount.c
|
|
@@ -40,6 +40,7 @@
|
|
#include <sys/stat.h>
|
|
#include <sys/time.h>
|
|
#include <sys/types.h>
|
|
+#include <sys/sysmacros.h>
|
|
#include <errno.h>
|
|
#include <glob.h>
|
|
#include <libintl.h>
|