mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-30 04:52:27 +01:00
11 lines
205 B
Diff
11 lines
205 B
Diff
--- a/mt.c
|
|
+++ b/mt.c
|
|
@@ -19,6 +19,7 @@
|
|
#include <errno.h>
|
|
#include <fcntl.h>
|
|
#include <sys/types.h>
|
|
+#include <sys/sysmacros.h>
|
|
#include <sys/ioctl.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/utsname.h>
|