diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-29 23:15:54 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-29 23:15:54 +0800 |
| commit | ae4593e20cef97c7323d522b40994a59425cd6d5 (patch) | |
| tree | 7b3e8750bbbfa32e917869e325027108ee59ee85 /repos/xorg/spacefm/spacefm-9999-include-sysmacros.patch | |
| parent | b5aa76f45da627817380276080b2b8bba6e74f68 (diff) | |
| download | alicelinux-ae4593e20cef97c7323d522b40994a59425cd6d5.tar.gz alicelinux-ae4593e20cef97c7323d522b40994a59425cd6d5.zip | |
added xorg repo
Diffstat (limited to 'repos/xorg/spacefm/spacefm-9999-include-sysmacros.patch')
| -rw-r--r-- | repos/xorg/spacefm/spacefm-9999-include-sysmacros.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/repos/xorg/spacefm/spacefm-9999-include-sysmacros.patch b/repos/xorg/spacefm/spacefm-9999-include-sysmacros.patch new file mode 100644 index 00000000..3a586bba --- /dev/null +++ b/repos/xorg/spacefm/spacefm-9999-include-sysmacros.patch @@ -0,0 +1,11 @@ +--- a/src/main.c ++++ b/src/main.c +@@ -30,6 +30,8 @@ + + #include <locale.h> + ++#include <sys/sysmacros.h> /* for major/minor, dev_t */ ++ + #include "main-window.h" + + #include "vfs-file-info.h" |