diff options
Diffstat (limited to 'util/bsetroot.cc')
| -rw-r--r-- | util/bsetroot.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util/bsetroot.cc b/util/bsetroot.cc index dce732aa..56748c30 100644 --- a/util/bsetroot.cc +++ b/util/bsetroot.cc @@ -2,14 +2,14 @@ # include "../config.h" #endif // HAVE_CONFIG_H -#ifdef HAVE_STDLIB_H -# include <stdlib.h> -#endif // HAVE_STDLIB_H - #ifdef HAVE_STRING_H # include <string.h> #endif // HAVE_STRING_H +#ifdef HAVE_STDLIB_H +# include <stdlib.h> +#endif // HAVE_STDLIB_H + #ifdef HAVE_STDIO_H # include <stdio.h> #endif // HAVE_STDIO_H |
