summaryrefslogtreecommitdiff
path: root/libcli/echo/tests
diff options
context:
space:
mode:
Diffstat (limited to 'libcli/echo/tests')
-rw-r--r--libcli/echo/tests/echo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcli/echo/tests/echo.c b/libcli/echo/tests/echo.c
index 77a7dfa677..c47b7d0d0f 100644
--- a/libcli/echo/tests/echo.c
+++ b/libcli/echo/tests/echo.c
@@ -26,6 +26,8 @@
#include "libcli/util/ntstatus.h"
#include "libcli/echo/libecho.h"
+NTSTATUS torture_libcli_echo_init(void);
+
/* Basic test function that sends an echo request and checks the reply */
static bool echo_udp_basic(struct torture_context *tctx, const char *address)
{