From: Jeremy Allison Date: Mon, 14 Aug 2017 20:02:30 +0000 (-0700) Subject: s4: com: Replace erroneous inclusion of internal talloc.h header with external. X-Git-Tag: tdb-1.3.15~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f816de5636bb17ab09dd4b9c3e5b0249dc9b186f;p=thirdparty%2Fsamba.git s4: com: Replace erroneous inclusion of internal talloc.h header with external. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12932 Signed-off-by: Jeremy Allison Reviewed-by: Stefan Metzmacher Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Tue Aug 15 08:06:40 CEST 2017 on sn-devel-144 --- diff --git a/source4/lib/com/com.h b/source4/lib/com/com.h index e6be3114678..56cd21029bd 100644 --- a/source4/lib/com/com.h +++ b/source4/lib/com/com.h @@ -20,8 +20,8 @@ #ifndef __SAMBA_COM_H__ #define __SAMBA_COM_H__ +#include #include "librpc/gen_ndr/misc.h" -#include "lib/talloc/talloc.h" struct com_context; struct tevent_context;