From: Michael Adam Date: Wed, 16 Jul 2008 23:03:57 +0000 (+0200) Subject: dssync: fix missing prototype warning by including the proper header. X-Git-Tag: samba-3.3.0pre1~516 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d7b63e89bb2a067783362a24d81e44e0d67e2ec;p=thirdparty%2Fsamba.git dssync: fix missing prototype warning by including the proper header. Michael --- diff --git a/source/libnet/libnet_dssync.c b/source/libnet/libnet_dssync.c index a251e418f9e..9abff69ae13 100644 --- a/source/libnet/libnet_dssync.c +++ b/source/libnet/libnet_dssync.c @@ -20,7 +20,7 @@ #include "includes.h" -#include "libnet/libnet_dssync.h" +#include "libnet/libnet.h" /**************************************************************** ****************************************************************/