diff options
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/messaging.idl | 1 | ||||
-rw-r--r-- | source3/librpc/idl/notify.idl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/librpc/idl/messaging.idl b/source3/librpc/idl/messaging.idl index faa9a6ef0c..22c34297e4 100644 --- a/source3/librpc/idl/messaging.idl +++ b/source3/librpc/idl/messaging.idl @@ -5,6 +5,7 @@ */ [ + helper("../librpc/ndr/util.h"), pointer_default(unique) ] interface messaging diff --git a/source3/librpc/idl/notify.idl b/source3/librpc/idl/notify.idl index e776d5d715..592af19eeb 100644 --- a/source3/librpc/idl/notify.idl +++ b/source3/librpc/idl/notify.idl @@ -10,6 +10,7 @@ import "file_id.idl"; */ [ + helper("../librpc/ndr/util.h"), pointer_default(unique) ] interface notify |