From 2c817a946a982864fa60b131e9929b7c7b955694 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 4 Jun 2007 12:54:45 +0200 Subject: [PATCH] Added missing includes to libucw API. --- lib/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index 95938ed1..8cc43c14 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -37,15 +37,17 @@ LIBUCW_INCLUDES= \ lib.h config.h threads.h math.h \ mempool.h pagecache.h \ sorter.h sorter-globals.h arraysort.h \ - lists.h clists.h \ + lists.h clists.h slists.h simple-lists.h \ unaligned.h prefetch.h \ bbuf.h gbuf.h bitarray.h bitsig.h \ hashfunc.h hashtable.h \ heap.h binheap.h binheap-node.h \ redblack.h \ + binsearch.h \ + bitops.h \ conf.h getopt.h ipaccess.h \ profile.h \ - fastbuf.h lfs.h ff-utf8.h \ + fastbuf.h lfs.h ff-utf8.h ff-binary.h \ chartype.h unicode.h stkstring.h \ wildmatch.h patmatch.h \ db.h \ @@ -55,13 +57,14 @@ LIBUCW_INCLUDES= \ md5.h \ base64.h base224.h \ qache.h \ - kmp.h kmp-search.h + kmp.h kmp-search.h \ + partmap.h ifdef CONFIG_UCW_THREADS # Some modules require threading LIBS+=-lpthread LIBUCW_MODS+=threads-conf workqueue -LIBUCW_INCLUDES+=workqueue.h +LIBUCW_INCLUDES+=workqueue.h semaphore.h endif ifdef CONFIG_OWN_REGEX -- 2.39.2