diff options
author | bubulle <bubulle@alioth.debian.org> | 2010-01-10 17:48:14 +0000 |
---|---|---|
committer | bubulle <bubulle@alioth.debian.org> | 2010-01-10 17:48:14 +0000 |
commit | 24d327ba0fd0f6c9192bb77c4423d6864b5421e4 (patch) | |
tree | a759ceae640d8cda02dc766b4b2e1e4cdff1457c /source3/librpc | |
parent | 33602026cf4cce11e018cffe3ddcb352250da1b9 (diff) | |
download | samba-24d327ba0fd0f6c9192bb77c4423d6864b5421e4.tar.gz |
merge upstream 3.4.4~dfsg
git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba@3218 fc4039ab-9d04-0410-8cac-899223bdd6b0
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/gen_ndr/messaging.h | 2 | ||||
-rw-r--r-- | source3/librpc/gen_ndr/notify.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/messaging.h b/source3/librpc/gen_ndr/messaging.h index 3324160938..b212b50b0f 100644 --- a/source3/librpc/gen_ndr/messaging.h +++ b/source3/librpc/gen_ndr/messaging.h @@ -2,6 +2,8 @@ #include <stdint.h> +#include "libcli/util/ntstatus.h" + #ifndef _HEADER_messaging #define _HEADER_messaging diff --git a/source3/librpc/gen_ndr/notify.h b/source3/librpc/gen_ndr/notify.h index a5ec4a46e6..981a5b71e1 100644 --- a/source3/librpc/gen_ndr/notify.h +++ b/source3/librpc/gen_ndr/notify.h @@ -2,6 +2,8 @@ #include <stdint.h> +#include "libcli/util/ntstatus.h" + #ifndef _HEADER_notify #define _HEADER_notify |