From: Martin Mares Date: Mon, 4 Jun 2007 10:54:45 +0000 (+0200) Subject: Added missing includes to libucw API. X-Git-Tag: holmes-import~506^2~77 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=2c817a946a982864fa60b131e9929b7c7b955694;p=libucw.git Added missing includes to libucw API. --- 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