diff options
| author | Mike Sullivan <mksully22@gmail.com> | 2019-08-06 13:04:45 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-08-07 05:35:04 +0000 |
| commit | 02cd631434797ac12a9293efc00bb4b6d213a4e5 (patch) | |
| tree | 0f86c21ffb5683c1a4f841ac5942e365f3f01581 /main/mt-st/mt-st-include-sysmacros.patch | |
| parent | d24be01a7238d6c4b3105f9286c3c029bda54e15 (diff) | |
| download | aports-02cd631434797ac12a9293efc00bb4b6d213a4e5.tar.bz2 aports-02cd631434797ac12a9293efc00bb4b6d213a4e5.tar.xz | |
main/mt-st: add required sysmacros.h header
Diffstat (limited to 'main/mt-st/mt-st-include-sysmacros.patch')
| -rw-r--r-- | main/mt-st/mt-st-include-sysmacros.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/mt-st/mt-st-include-sysmacros.patch b/main/mt-st/mt-st-include-sysmacros.patch new file mode 100644 index 0000000000..4edd0ca8de --- /dev/null +++ b/main/mt-st/mt-st-include-sysmacros.patch @@ -0,0 +1,10 @@ +--- 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> |
