diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-11-23 20:59:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:28:28 -0500 |
commit | 0bb6dacc169d34c55feb1938a36b9c8936cea844 (patch) | |
tree | ea7d46828dfffdda39f4d44459bc578624cf4001 /source4/pidl/tests/ndr_represent.pl | |
parent | a2a151a04621e3e2252e207b54526c75deb039d9 (diff) | |
download | samba-0bb6dacc169d34c55feb1938a36b9c8936cea844.tar.gz samba-0bb6dacc169d34c55feb1938a36b9c8936cea844.tar.bz2 samba-0bb6dacc169d34c55feb1938a36b9c8936cea844.zip |
r19868: Fix more tests.
(This used to be commit 01a4fb1b22d09f38636c211a93efc4099f4766b3)
Diffstat (limited to 'source4/pidl/tests/ndr_represent.pl')
-rw-r--r-- | source4/pidl/tests/ndr_represent.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/tests/ndr_represent.pl b/source4/pidl/tests/ndr_represent.pl index 3c6b8cf6ab..93764451cf 100644 --- a/source4/pidl/tests/ndr_represent.pl +++ b/source4/pidl/tests/ndr_represent.pl @@ -26,7 +26,7 @@ test_samba4_ndr('represent_as-simple', return 2; ', ' -#include <core/nterr.h> +#include <libcli/util/nterr.h> NTSTATUS ndr_uint8_to_uint32(uint8_t from, uint32_t *to) { |