diff options
Diffstat (limited to 'inany.h')
| -rw-r--r-- | inany.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,8 +10,10 @@ #define INANY_H #include <assert.h> +#include <stdbool.h> #include <string.h> +#include "util.h" #include "ip.h" #include "siphash.h" |
