add stdlib.h for exit()

This commit is contained in:
Dana Jansens 2003-04-06 17:39:59 +00:00
parent a119f704b9
commit 56f6acce8b

View file

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