[mingw] fix compilation breakage due to MinGW header screwup

* See 1900092904
* Guys, I know VDS is fundamentally broken... but that's no reason to break it further!
This commit is contained in:
Pete Batard 2022-02-28 22:00:41 +00:00
parent cef651c52c
commit d07ec87b3a
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
4 changed files with 14 additions and 7 deletions

View file

@ -31,7 +31,9 @@
#include <ctype.h>
#include <locale.h>
#include <assert.h>
#if !defined(__MINGW32__)
#include <vds.h>
#endif
#include "rufus.h"
#include "missing.h"