diff options
author | Günther Deschner <gd@samba.org> | 2010-08-18 15:22:09 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-26 00:20:28 +0200 |
commit | c2177909187ad104d5d2e13bad0f45fb97d121e2 (patch) | |
tree | 481cf6d99bffbda4408dbec6cd3eca3969677706 /source3/nmbd/nmbd.c | |
parent | 7ff7eb0b5299f90a313986bfc547f48ef9f8dc9c (diff) | |
download | samba-c2177909187ad104d5d2e13bad0f45fb97d121e2.tar.gz |
s3-nmbd: move nmbd proto out of main proto.h
Guenther
Diffstat (limited to 'source3/nmbd/nmbd.c')
-rw-r--r-- | source3/nmbd/nmbd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index 16a4d7d8166..5678c8e848c 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/nmbd/nmbd.c @@ -23,6 +23,7 @@ #include "includes.h" #include "popt_common.h" #include "librpc/gen_ndr/messaging.h" +#include "nmbd/nmbd.h" int ClientNMB = -1; int ClientDGRAM = -1; |