Save 4bytes per entry of the trie.
[apps/pfixtools.git] / common / trie.h
index 85ce031..d9cc534 100644 (file)
@@ -37,6 +37,7 @@
 #define PFIXTOOLS_TRIE_H
 
 #include "common.h"
+#include "array.h"
 
 typedef struct trie_t trie_t;
 PARRAY(trie_t)