diff options
author | Stefan Metzmacher <metze@samba.org> | 2014-02-27 09:08:17 +0100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-04-02 09:03:44 +0200 |
commit | d8ec961b3d5ca035a8e8deae2ff6385a63032b70 (patch) | |
tree | 7e3013313e35c2fc005ed4d5fdfedeb2a42e0bed | |
parent | c19be3b18be0dc3782c0a02bcf5ad5fcc9ce52ec (diff) | |
download | samba-d8ec961b3d5ca035a8e8deae2ff6385a63032b70.tar.gz samba-d8ec961b3d5ca035a8e8deae2ff6385a63032b70.tar.xz samba-d8ec961b3d5ca035a8e8deae2ff6385a63032b70.zip |
lib/tdr/tests: add missing #include "torture/local/proto.h"
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
-rw-r--r-- | lib/tdr/testsuite.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tdr/testsuite.c b/lib/tdr/testsuite.c index bea78f53ec..e784e07d75 100644 --- a/lib/tdr/testsuite.c +++ b/lib/tdr/testsuite.c @@ -20,6 +20,7 @@ #include "includes.h" #include "torture/torture.h" +#include "torture/local/proto.h" #include "lib/tdr/tdr.h" static bool test_push_uint8(struct torture_context *tctx) |