From 0bb7c0a5d92336e0fd1450e6e1b7ad8983ee36f4 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 17 Jul 2008 01:03:57 +0200 Subject: dssync: fix missing prototype warning by including the proper header. Michael (This used to be commit 7d7b63e89bb2a067783362a24d81e44e0d67e2ec) --- source3/libnet/libnet_dssync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/libnet/libnet_dssync.c b/source3/libnet/libnet_dssync.c index a251e418f9..9abff69ae1 100644 --- a/source3/libnet/libnet_dssync.c +++ b/source3/libnet/libnet_dssync.c @@ -20,7 +20,7 @@ #include "includes.h" -#include "libnet/libnet_dssync.h" +#include "libnet/libnet.h" /**************************************************************** ****************************************************************/ -- cgit