summaryrefslogtreecommitdiff
path: root/lib/tevent
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-02-27 09:08:17 +0100
committerAndrew Bartlett <abartlet@samba.org>2014-04-02 09:03:44 +0200
commit4e5404967ecfd865d8554acfde8fa45c94702eb6 (patch)
tree5e768a3555f1e4ab2f5ebafd5f52965984ff4131 /lib/tevent
parentd8ec961b3d5ca035a8e8deae2ff6385a63032b70 (diff)
downloadsamba-4e5404967ecfd865d8554acfde8fa45c94702eb6.tar.gz
lib/tevent/tests: add missing #include "torture/local/proto.h"
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/tevent')
-rw-r--r--lib/tevent/testsuite.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tevent/testsuite.c b/lib/tevent/testsuite.c
index 7851c6c92db..34d13bb3625 100644
--- a/lib/tevent/testsuite.c
+++ b/lib/tevent/testsuite.c
@@ -30,6 +30,7 @@
#include "system/select.h"
#include "system/network.h"
#include "torture/torture.h"
+#include "torture/local/proto.h"
#ifdef HAVE_PTHREAD
#include <pthread.h>
#include <assert.h>