From 501bbb613645c096c64c5fee6979381a53728266 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Tue, 10 Dec 2013 14:20:56 +0100 Subject: [PATCH] LibUCW: Added fb-socket.h header to public API. --- ucw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucw/Makefile b/ucw/Makefile index a91496e5..56e464b5 100644 --- a/ucw/Makefile +++ b/ucw/Makefile @@ -51,7 +51,7 @@ LIBUCW_MAIN_INCLUDES= \ prime.h \ bitops.h \ conf.h getopt.h ipaccess.h \ - fastbuf.h io.h ff-unicode.h ff-varint.h ff-binary.h \ + fastbuf.h io.h ff-unicode.h ff-varint.h ff-binary.h fb-socket.h \ url.h \ mainloop.h \ process.h \ -- 2.39.2