all repos — openbox @ 56f6acce8b0e29d94c62fe990d97ae4da3e179df

openbox fork - make it a bit more like ryudo

add stdlib.h for exit()
Dana Jansens danakj@orodu.net
commit

56f6acce8b0e29d94c62fe990d97ae4da3e179df

parent

a119f704b90e8bef55f9f30eddb21bb2d6b5529d

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M render/render.crender/render.c

@@ -9,6 +9,10 @@ #include "color.h"

#include "image.h" #include "kernel/openbox.h" +#ifndef HAVE_STDLIB_H +# include <stdlib.h> +#endif + int render_depth; Visual *render_visual; Colormap render_colormap;