s4: com: Replace erroneous inclusion of internal talloc.h header with external.
authorJeremy Allison <jra@samba.org>
Mon, 14 Aug 2017 20:02:30 +0000 (13:02 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 15 Aug 2017 06:06:40 +0000 (08:06 +0200)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12932

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Aug 15 08:06:40 CEST 2017 on sn-devel-144

source4/lib/com/com.h

index e6be31146783b5a9969fea7d57bad5982170bef5..56cd21029bd0524b54865e2f000696cce2f5c726 100644 (file)
@@ -20,8 +20,8 @@
 #ifndef __SAMBA_COM_H__
 #define __SAMBA_COM_H__
 
+#include <talloc.h>
 #include "librpc/gen_ndr/misc.h"
-#include "lib/talloc/talloc.h"
 
 struct com_context;
 struct tevent_context;