tests/server/util.h: add extern to silence compiler warning
Follow-up from a3b0699d5c
This commit is contained in:
Родитель
c9fddf64c6
Коммит
bb79320af7
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче