Fixed missing config include.

This commit is contained in:
Armin Novak 2020-03-09 14:57:20 +01:00
parent b2d45fc0ae
commit 90bc3e793a
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@
#ifndef CLIENT_COMMON_CMDLINE_H
#define CLIENT_COMMON_CMDLINE_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <winpr/cmdline.h>
static const COMMAND_LINE_ARGUMENT_A args[] = {