Merge pull request #6586 from akallabeth/fedora_fix

Added missing include.
This commit is contained in:
Kobi 2020-11-18 09:00:08 +02:00 committed by GitHub
commit 0773582240
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@
#include "config.h"
#endif
#include <winpr/wtypes.h>
#include <winpr/crt.h>
#include <winpr/print.h>