X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/blobdiff_plain/704fafa3ca85f378c91f8b1fdd3dfd9f34d02c8c..353bc75ddcc747e241296418a985ad2b265a86cf:/trie.c diff --git a/trie.c b/trie.c index 0466a34..b044df4 100644 --- a/trie.c +++ b/trie.c @@ -11,13 +11,12 @@ #include #include +#include "agedu.h" #include "malloc.h" #include "trie.h" #define alignof(typ) ( offsetof(struct { char c; typ t; }, t) ) -extern char pathsep; - /* * Compare functions for pathnames. Returns the relative order of * the names, like strcmp; also passes back the offset of the