summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/includes.h2
-rw-r--r--source4/include/structs.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h
index 18fc38031c..9f5679fa80 100644
--- a/source4/include/includes.h
+++ b/source4/include/includes.h
@@ -160,4 +160,6 @@ extern int DEBUGLEVEL;
#define discard_const(ptr) ((void *)((intptr_t)(ptr)))
#define discard_const_p(type, ptr) ((type *)discard_const(ptr))
+#define _PUBLIC_
+
#endif /* _INCLUDES_H */
diff --git a/source4/include/structs.h b/source4/include/structs.h
index b652579edd..a7dd758b5c 100644
--- a/source4/include/structs.h
+++ b/source4/include/structs.h
@@ -370,3 +370,5 @@ struct smb2_handle;
struct com_context;
struct IUnknown;
struct IUnknown_vtable;
+
+struct MprVar;