diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-10-01 21:38:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:07:38 -0500 |
commit | 621fcfcd1c8dc4ccbe8f3d58d988b9ce40b3fad3 (patch) | |
tree | e08eb1fe5315fa9c0f305b5616d4eae88d323865 /source4/pidl/tests | |
parent | 999d47e41e661d2a35d394000d516caa76a89779 (diff) | |
download | samba-621fcfcd1c8dc4ccbe8f3d58d988b9ce40b3fad3.tar.gz samba-621fcfcd1c8dc4ccbe8f3d58d988b9ce40b3fad3.tar.bz2 samba-621fcfcd1c8dc4ccbe8f3d58d988b9ce40b3fad3.zip |
r25453: Fix include for NTSTATUS.
(This used to be commit 3c2d06d8fc8783362a6ff934e86ea4a4da2c6906)
Diffstat (limited to 'source4/pidl/tests')
-rwxr-xr-x | source4/pidl/tests/ndr_represent.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/pidl/tests/ndr_represent.pl b/source4/pidl/tests/ndr_represent.pl index 52cd06f817..84feeeb9ff 100755 --- a/source4/pidl/tests/ndr_represent.pl +++ b/source4/pidl/tests/ndr_represent.pl @@ -25,7 +25,7 @@ test_samba4_ndr('represent_as-simple', return 2; ', ' -#include <libcli/util/nterr.h> +#include <libcli/util/ntstatus.h> NTSTATUS ndr_uint8_to_uint32(uint8_t from, uint32_t *to) { @@ -58,7 +58,7 @@ test_samba4_ndr('transmit_as-simple', return 2; ', ' -#include <libcli/util/nterr.h> +#include <libcli/util/ntstatus.h> NTSTATUS ndr_uint8_to_uint32(uint8_t from, uint32_t *to) { |