summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2017-08-14 13:02:30 -0700
committerJeremy Allison <jra@samba.org>2017-08-15 08:06:40 +0200
commitf816de5636bb17ab09dd4b9c3e5b0249dc9b186f (patch)
tree70ca489fd2ee5380a2b4ab8dd6445f3298c6aaa1 /source4/lib
parentdf41818bef4f980313120f8a6f58dc8be7dddbd9 (diff)
downloadsamba-f816de5636bb17ab09dd4b9c3e5b0249dc9b186f.tar.gz
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 <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
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/com/com.h2
1 files changed, 1 insertions, 1 deletions
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 <talloc.h>
#include "librpc/gen_ndr/misc.h"
-#include "lib/talloc/talloc.h"
struct com_context;
struct tevent_context;