From 1e208a705718adb105d89093041c0ba5d51f2429 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 6 May 2011 12:54:59 +0200 Subject: s3-includes: no need to globally include libads/ads_status.h. Guenther --- source3/libsmb/libsmb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libsmb/libsmb.h') diff --git a/source3/libsmb/libsmb.h b/source3/libsmb/libsmb.h index 7a9fb633b8..48d6ae5e0e 100644 --- a/source3/libsmb/libsmb.h +++ b/source3/libsmb/libsmb.h @@ -19,6 +19,7 @@ #define _LIBSMB_LIBSMB_H #include "client.h" +#include "libads/ads_status.h" #include "libsmb/proto.h" #endif /* _LIBSMB_LIBSMB_H */ -- cgit