From c2177909187ad104d5d2e13bad0f45fb97d121e2 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 18 Aug 2010 15:22:09 +0200 Subject: s3-nmbd: move nmbd proto out of main proto.h Guenther --- source3/nmbd/nmbd_responserecordsdb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/nmbd/nmbd_responserecordsdb.c') diff --git a/source3/nmbd/nmbd_responserecordsdb.c b/source3/nmbd/nmbd_responserecordsdb.c index b042fb41ed..78d4cc95d9 100644 --- a/source3/nmbd/nmbd_responserecordsdb.c +++ b/source3/nmbd/nmbd_responserecordsdb.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "nmbd/nmbd.h" int num_response_packets = 0; -- cgit