summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/include/includes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h
index fae9a29a9c..29c868ff39 100644
--- a/source4/include/includes.h
+++ b/source4/include/includes.h
@@ -158,6 +158,8 @@ extern int DEBUGLEVEL;
#define discard_const(ptr) ((void *)((intptr_t)(ptr)))
#define discard_const_p(type, ptr) ((type *)discard_const(ptr))
+#ifndef _PUBLIC_
#define _PUBLIC_
+#endif
#endif /* _INCLUDES_H */