blob: 673beef32deeebb0650743fcdf3dd05496972a4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Fix bug #579910. Add sys/sysmacros.h header.
https://bugs.gentoo.org/579910
index 20ae130..2f3fac0 100644
--- a/src/VBox/Runtime/r3/linux/sysfs.cpp
+++ b/src/VBox/Runtime/r3/linux/sysfs.cpp
@@ -46,6 +46,7 @@
#include <sys/sysctl.h>
#include <sys/stat.h>
#include <sys/fcntl.h>
+#include <sys/sysmacros.h>
#include <errno.h>
|