diff options
Diffstat (limited to 'ctx.c')
-rw-r--r-- | ctx.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ #include "trie.h" #include <assert.h> #include <errno.h> +#include <limits.h> #include <stdlib.h> struct bfs_ctx *bfs_ctx_new(void) { |