forked from AuroraMiddleware/gtk
gtkmountoperation-x11: unbreak compilation on OpenBSD.
Add missing header to prevent undeclared definitions. Bug #659565
This commit is contained in:
parent
6a4a78d6a2
commit
4a22e2ceab
@ -42,6 +42,13 @@
|
||||
#include <signal.h>
|
||||
#include <errno.h>
|
||||
|
||||
#if defined(__OpenBSD__)
|
||||
#include <sys/param.h>
|
||||
#include <kvm.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
|
||||
#include "gtkmountoperationprivate.h"
|
||||
|
||||
#include "gtkalias.h"
|
||||
|
Loading…
Reference in New Issue
Block a user