aboutsummaryrefslogtreecommitdiffstats
path: root/main/syslinux/fix-sysmacros.patch
blob: dd622e86d985a236a302b06a04b551ed06a2f3b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/extlinux/main.c b/extlinux/main.c
index a7ebd49..69bb164 100644
--- a/extlinux/main.c
+++ b/extlinux/main.c
@@ -41,6 +41,7 @@
 #include <sys/types.h>
 #include <sys/mount.h>
 #include <sys/vfs.h>
+#include <sys/sysmacros.h>
 
 #include "linuxioctl.h"