]> Pileus Git - ~andy/gtk/commitdiff
gtkmountoperation-x11: unbreak compilation on OpenBSD.
authorAntoine Jacoutot <ajacoutot@openbsd.org>
Tue, 20 Sep 2011 09:57:49 +0000 (11:57 +0200)
committerAntoine Jacoutot <ajacoutot@openbsd.org>
Wed, 21 Sep 2011 14:02:33 +0000 (16:02 +0200)
Add missing header to prevent undeclared definitions.
Bug #659565

gtk/gtkmountoperation-x11.c

index 1663a028a47a1a4d36130f479ba24b9f20a7cf9c..52bce316a47ee47e2c70fdd7d0721a59352494f9 100644 (file)
@@ -43,6 +43,7 @@
 #include <errno.h>
 
 #if defined(__OpenBSD__)
+#include <sys/param.h>
 #include <kvm.h>
 #include <fcntl.h>
 #include <sys/sysctl.h>