X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/blobdiff_plain/355c3af79e91b2c650648015e48708b81ff4cb7e..995db5990865ab0772e0f0902ba39c1fb9336fa3:/trie.c diff --git a/trie.c b/trie.c index 1344bdf..eb9fb81 100644 --- a/trie.c +++ b/trie.c @@ -12,7 +12,7 @@ #include #include "agedu.h" -#include "malloc.h" +#include "alloc.h" #include "trie.h" #define alignof(typ) ( offsetof(struct { char c; typ t; }, t) )