X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/blobdiff_plain/84849cbd12159f7950a5ee35a36f5251a6d8bd3e..9c6e61f23dd65086378606be16d3740d909477d4:/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) )