diff options
Diffstat (limited to 'source4/lib/com')
-rw-r--r-- | source4/lib/com/dcom/dcom.h | 2 | ||||
-rw-r--r-- | source4/lib/com/tables.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/com/dcom/dcom.h b/source4/lib/com/dcom/dcom.h index 1e15daf830..41b155248e 100644 --- a/source4/lib/com/dcom/dcom.h +++ b/source4/lib/com/dcom/dcom.h @@ -21,6 +21,8 @@ #ifndef _DCOM_H /* _DCOM_H */ #define _DCOM_H +#include "lib/com/com.h" + struct dcom_client_context { struct cli_credentials *credentials; struct dcom_object_exporter { diff --git a/source4/lib/com/tables.c b/source4/lib/com/tables.c index 39bd6a6bd7..661f5d0b37 100644 --- a/source4/lib/com/tables.c +++ b/source4/lib/com/tables.c @@ -20,6 +20,7 @@ #include "includes.h" #include "dlinklist.h" +#include "lib/com/com.h" /* Specific implementation of one or more interfaces */ struct com_class |