From: Florian Dold Date: Tue, 16 Apr 2013 18:01:29 +0000 (+0000) Subject: fixed compilation error in chat X-Git-Tag: initial-import-from-subversion-38251~9228 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c5a460ec22898e2ce2c5c5b1d1a2abb083b8fc8d;p=oweals%2Fgnunet.git fixed compilation error in chat --- diff --git a/src/chat/Makefile.am b/src/chat/Makefile.am index af33a8bb0..7e5f5559a 100644 --- a/src/chat/Makefile.am +++ b/src/chat/Makefile.am @@ -44,6 +44,7 @@ gnunet_chat_SOURCES = \ gnunet-chat.c gnunet_chat_LDADD = \ $(top_builddir)/src/chat/libgnunetchat.la \ + $(top_builddir)/src/fs/libgnunetfs.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) gnunet_chat_DEPENDENCIES = \ diff --git a/src/chat/gnunet-chat.c b/src/chat/gnunet-chat.c index f2c7f109a..2d2f8f835 100644 --- a/src/chat/gnunet-chat.c +++ b/src/chat/gnunet-chat.c @@ -30,6 +30,7 @@ #include "gnunet_getopt_lib.h" #include "gnunet_program_lib.h" #include "gnunet_chat_service.h" +#include "gnunet_fs_service.h" #include static int ret;