Merge pull request #5958 from akallabeth/usb_win_fixes
Fixed missing config include.
This commit is contained in:
commit
0c8020b38f
@ -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[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user