1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

tests/server/util.h: add extern to silence compiler warning

Follow-up from a3b0699d5c
This commit is contained in:
Daniel Stenberg 2020-05-20 15:36:20 +02:00
parent c9fddf64c6
commit bb79320af7
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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>