From 3ea5c185ad7b59c069e05f7712bea945d35b47dd Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 30 Jul 2008 17:47:40 +0200 Subject: build: fix some no previous prototype warnings. Guenther (This used to be commit 51062534fd58d7a914a6bbac2e52bb44e71363b7) --- source3/libnet/libnet_samsync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libnet/libnet_samsync.c') diff --git a/source3/libnet/libnet_samsync.c b/source3/libnet/libnet_samsync.c index 4f2a8f9222..daf27ffb51 100644 --- a/source3/libnet/libnet_samsync.c +++ b/source3/libnet/libnet_samsync.c @@ -22,7 +22,7 @@ #include "includes.h" -#include "libnet/libnet_samsync.h" +#include "libnet/libnet.h" /** * Decrypt and extract the user's passwords. -- cgit