summaryrefslogtreecommitdiff
path: root/core/syslinux/syslinux-sysmacros.patch
blob: ee7c4b61289ead06d57f917e86710d2517b4ea92 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -rauN syslinux/extlinux/main.c syslinux-sysmacros-patch/extlinux/main.c
--- syslinux/extlinux/main.c	2018-08-10 11:28:39.164004538 +0200
+++ syslinux-sysmacros-patch/extlinux/main.c	2018-08-10 11:33:05.410671208 +0200
@@ -19,6 +19,7 @@
  */
 
 #define  _GNU_SOURCE		/* Enable everything */
+#include <sys/sysmacros.h>
 #include <inttypes.h>
 /* This is needed to deal with the kernel headers imported into glibc 3.3.3. */
 #include <alloca.h>