all repos — openbox @ 4e2c37f2d20a1be4fd7826b817ec5b7caa31138a

openbox fork - make it a bit more like ryudo

fix headers to use the new defines
Dana Jansens danakj@orodu.net
commit

4e2c37f2d20a1be4fd7826b817ec5b7caa31138a

parent

38de48bd8b054db7ba95fcdb43e474a0ba23b78f

1 files changed, 6 insertions(+), 3 deletions(-)

jump to
M util/bsetroot.ccutil/bsetroot.cc

@@ -2,10 +2,13 @@ #ifdef HAVE_CONFIG_H

# include "../config.h" #endif // HAVE_CONFIG_H -#ifdef STDC_HEADERS +#ifdef HAVE_STDLIB_H +# include <stdlib.h> +#endif // HAVE_STDLIB_H + +#ifdef HAVE_STRING_H # include <string.h> -# include <stdlib.h> -#endif // STDC_HEADERS +#endif // HAVE_STRING_H #ifdef HAVE_STDIO_H # include <stdio.h>