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