diff options
Diffstat (limited to 'tests/trie.c')
-rw-r--r-- | tests/trie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/trie.c b/tests/trie.c index 4326196..0158fd8 100644 --- a/tests/trie.c +++ b/tests/trie.c @@ -16,7 +16,7 @@ #undef NDEBUG -#include "../trie.h" +#include "../src/trie.h" #include <assert.h> #include <stdlib.h> #include <string.h> |