diff options
author | Günther Deschner <gd@samba.org> | 2008-07-30 17:47:40 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-07-30 18:10:46 +0200 |
commit | 3ea5c185ad7b59c069e05f7712bea945d35b47dd (patch) | |
tree | dadeb492cc81eb5861e00761eebe36606f36a7d7 /source3/libnet | |
parent | 3bdfcbac5c1a6c571a4299467a7993da46a921a5 (diff) | |
download | samba-3ea5c185ad7b59c069e05f7712bea945d35b47dd.tar.gz samba-3ea5c185ad7b59c069e05f7712bea945d35b47dd.tar.bz2 samba-3ea5c185ad7b59c069e05f7712bea945d35b47dd.zip |
build: fix some no previous prototype warnings.
Guenther
(This used to be commit 51062534fd58d7a914a6bbac2e52bb44e71363b7)
Diffstat (limited to 'source3/libnet')
-rw-r--r-- | source3/libnet/libnet_samsync.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |