aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/server/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/server/util.h b/tests/server/util.h
index b64c1d5a7..629539205 100644
--- a/tests/server/util.h
+++ b/tests/server/util.h
@@ -38,6 +38,8 @@ extern const char *path;
/* global variable, log file name */
extern const char *serverlogfile;
+extern const char *cmdfile;
+
#if defined(WIN32) || defined(_WIN32)
#include <process.h>
#include <fcntl.h>