aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-05-20 15:36:20 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-05-20 15:37:09 +0200
commitbb79320af7e718abb8bcaa17b406deb06eeb25ac (patch)
tree02a50657584570bf8dcb4a69b41ca63d63841399
parentc9fddf64c65a38c9dc8ba4f78e78d072dc8a90da (diff)
tests/server/util.h: add extern to silence compiler warning
Follow-up from a3b0699d5c1
-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>