From a460dfb2377bfb1ade0f63e7493ab46c36b8fed7 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 29 Jan 2014 00:52:12 +0100 Subject: [PATCH] API: Include tbf.h and trie.h --- ucw/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ucw/Makefile b/ucw/Makefile index 9f050505..1330509c 100644 --- a/ucw/Makefile +++ b/ucw/Makefile @@ -40,7 +40,7 @@ LIBUCW_MODS= \ opt opt-help opt-conf LIBUCW_MAIN_INCLUDES= \ - lib.h log.h threads.h time.h \ + lib.h log.h tbf.h threads.h time.h \ alloc.h mempool.h eltpool.h \ clists.h slists.h simple-lists.h \ string.h stkstring.h unicode.h varint.h chartype.h regex.h \ @@ -60,7 +60,7 @@ LIBUCW_MAIN_INCLUDES= \ lizard.h \ md5.h sha1.h crc.h \ base64.h base224.h \ - kmp.h kmp-search.h binsearch.h \ + kmp.h kmp-search.h trie.h binsearch.h \ partmap.h \ strtonum.h \ resource.h trans.h \ -- 2.39.2