diff options
Diffstat (limited to 'keywords.c')
| -rw-r--r-- | keywords.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ #include <stdio.h> #include <stdlib.h> #include <assert.h> -#include "buttress.h" +#include "halibut.h" static int kwcmp(void *av, void *bv) { |