From 495758a73e125e59921092c893c6e32ba7091fe1 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 19 Sep 2008 02:27:40 +0200 Subject: Fix COM compilation, add framework for COM python module. --- source4/lib/com/rot.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/com/rot.c') diff --git a/source4/lib/com/rot.c b/source4/lib/com/rot.c index 34a5671f5b..0180a92f1b 100644 --- a/source4/lib/com/rot.c +++ b/source4/lib/com/rot.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "lib/com/com.h" struct dcom_interface_p *dcom_get_local_iface_p(struct GUID *ipid) { -- cgit