aboutsummaryrefslogtreecommitdiff
path: root/utils/gummiboot/patches/010-fix-missing-includes.patch
blob: 60365997d92b87f280fd3aedca1ccd90ef777af5 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/setup/setup.c
+++ b/src/setup/setup.c
@@ -37,6 +37,7 @@
 #include <ftw.h>
 #include <stdbool.h>
 #include <blkid.h>
+#include <sys/sysmacros.h>
 
 #include "efivars.h"