freebsd-ports/x11-wm/xfce4-session/files/patch-xfce4-session_xfsm-shutdown-helper.c
Oliver Lehmann 361199897d update to 4.8.1
PR:		ports/156312
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2011-04-25 11:59:52 +00:00

12 lines
343 B
C

--- xfce4-session/xfsm-shutdown-helper.c.orig 2010-11-03 21:11:37.000000000 +0100
+++ xfce4-session/xfsm-shutdown-helper.c 2010-11-16 17:15:07.000000000 +0100
@@ -58,6 +58,9 @@
#include <errno.h>
#endif
+#include <sys/param.h>
+#include <sys/user.h>
+#include <sys/sysctl.h>
#include <dbus/dbus.h>
#include <dbus/dbus-glib-lowlevel.h>