From ff024ef68525c123b2cb40b128a3a29d65acb026 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 28 Oct 2012 20:03:39 +0100 Subject: [PATCH] Do not forget to export eltpool.h to public API --- ucw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucw/Makefile b/ucw/Makefile index 7d7b82fe..a09bd1fb 100644 --- a/ucw/Makefile +++ b/ucw/Makefile @@ -39,7 +39,7 @@ LIBUCW_MODS= \ LIBUCW_MAIN_INCLUDES= \ lib.h log.h threads.h time.h \ - mempool.h \ + mempool.h eltpool.h \ clists.h slists.h simple-lists.h \ string.h stkstring.h unicode.h chartype.h regex.h \ wildmatch.h \ -- 2.39.2