X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fexecute.c;h=a857b1b83e45e242d5c411872b289e5b0722b9ce;hb=c907f5af4ad16b1;hp=9ab20d7119c2aa9b276db33a842d55db26120596;hpb=1b33ab6c0d9117a84325e1bc01489bde566cda64;p=chaz%2Fopenbox 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 +#endif + typedef struct { gchar *cmd; gboolean sn;