From 6aafed9600a3fa05932668c70fc0e20f3724dab6 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 26 Dec 2005 18:48:23 +0000 Subject: r12499: Move smb_build.h out of includes.h (This used to be commit c92ace494f92084ddf178626cdf392d151043bc7) --- source4/ntptr/ntptr_base.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/ntptr/ntptr_base.c') diff --git a/source4/ntptr/ntptr_base.c b/source4/ntptr/ntptr_base.c index 9f07ae597b..b78efd0585 100644 --- a/source4/ntptr/ntptr_base.c +++ b/source4/ntptr/ntptr_base.c @@ -26,6 +26,7 @@ #include "includes.h" #include "ntptr/ntptr.h" #include "dlinklist.h" +#include "smb_build.h" /* the list of currently registered NTPTR backends */ static struct ntptr_backend { -- cgit