]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/execute.c
use setenv/unsetenv instead of putenv, cuz they are not ugly and confusing wrt memory...
[chaz/openbox] / openbox / actions / execute.c
index 9ab20d7119c2aa9b276db33a842d55db26120596..a857b1b83e45e242d5c411872b289e5b0722b9ce 100644 (file)
@@ -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;
This page took 0.021057 seconds and 4 git commands to generate.