gtkmountoperation-x11: unbreak compilation on OpenBSD.
Add missing header to prevent undeclared definitions. Bug #659565
This commit is contained in:
@ -43,6 +43,7 @@
|
||||
#include <errno.h>
|
||||
|
||||
#if defined(__OpenBSD__)
|
||||
#include <sys/param.h>
|
||||
#include <kvm.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/sysctl.h>
|
||||
|
||||
Reference in New Issue
Block a user