[Xfce4-commits] <xfce4-session:master> Add missing include.
Nick Schermer
noreply at xfce.org
Sun Mar 25 08:58:01 CEST 2012
Updating branch refs/heads/master
to 187a452656c2e8f9950994e6b18b83b358fa9d93 (commit)
from 5ed1d2fa9fda36e7df76ac8c10591edcf840e370 (commit)
commit 187a452656c2e8f9950994e6b18b83b358fa9d93
Author: Nick Schermer <nick at xfce.org>
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>
More information about the Xfce4-commits
mailing list