blob: 8eaa63c1f8bc5521b38dcb3fa270a0054366d579 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- ./src/VBox/Runtime/r3/linux/sysfs.cpp.orig
+++ ./src/VBox/Runtime/r3/linux/sysfs.cpp
@@ -40,7 +40,6 @@
#include <unistd.h>
#include <stdio.h>
-#include <sys/sysctl.h>
#include <sys/stat.h>
#include <sys/fcntl.h>
#include <errno.h>
|