diff options
Diffstat (limited to 'src/rdxtree.c')
-rw-r--r-- | src/rdxtree.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rdxtree.c b/src/rdxtree.c index 38ee7cb..49a87f4 100644 --- a/src/rdxtree.c +++ b/src/rdxtree.c @@ -23,11 +23,10 @@ * http://git.sceen.net/rbraun/librbraun.git/ */ -#include <stdbool.h> - #include <assert.h> #include <errno.h> #include <limits.h> +#include <stdbool.h> #include <stddef.h> #include <stdint.h> #include <stdlib.h> |