mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 08:54:38 +09:00
Fixed missing config include.
This commit is contained in:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user