usermode/sysmacros.patch
Jiri Kucera 6569117db5 <sys/sysmacros.h> must be now included manually
- resolves #1606624
- inclusion of <sys/sysmacros.h> from <sys/types.h> is
  now deprecated
- also dropped autotools invocation from spec
- also fix bad FSF address
2018-08-07 20:57:34 +02:00

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>