Updating branch refs/heads/master
to 187a452656c2e8f9950994e6b18b83b358fa9d93 (commit)
from 5ed1d2fa9fda36e7df76ac8c10591edcf840e370 (commit)
commit 187a452656c2e8f9950994e6b18b83b358fa9d93
Author: Nick Schermer <[email protected]>
Date: Sun Mar 25 08:55:53 2012 +0200
Add missing include.
xfce4-session/xfsm-shutdown.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/xfce4-session/xfsm-shutdown.c b/xfce4-session/xfsm-shutdown.c
index a39f46c..b55dc27 100644
--- a/xfce4-session/xfsm-shutdown.c
+++ b/xfce4-session/xfsm-shutdown.c
@@ -26,9 +26,15 @@
#include <config.h>
#endif
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif
+#ifdef HAVE_SYS_RESOURCE_H
+#include <sys/resource.h>
+#endif
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits