summaryrefslogtreecommitdiff
path: root/openbox/actions/execute.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/actions/execute.c')
-rw-r--r--openbox/actions/execute.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/actions/execute.c b/openbox/actions/execute.c
index 9ab20d71..a857b1b8 100644
--- a/openbox/actions/execute.c
+++ b/openbox/actions/execute.c
@@ -4,6 +4,10 @@
#include "openbox/screen.h"
#include "gettext.h"
+#ifdef HAVE_STDLIB_H
+# include <stdlib.h>
+#endif
+
typedef struct {
gchar *cmd;
gboolean sn;