mirror of
https://git.tukaani.org/xz.git
synced 2025-12-11 16:08:45 +00:00
xz/Windows: Add a missing #include to fix the build with clang-cl
Fixes: https://github.com/tukaani-project/xz/issues/18#issuecomment-1986829734 Fixes: https://github.com/tukaani-project/xz/issues/18#issuecomment-3577456136
This commit is contained in:
parent
c410ccc625
commit
a3c6cb0911
@ -12,6 +12,10 @@
|
|||||||
#include "private.h"
|
#include "private.h"
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
|
#if defined(_WIN32) && !defined(__CYGWIN__)
|
||||||
|
# include <io.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/// Buffers for uint64_to_str() and uint64_to_nicestr()
|
/// Buffers for uint64_to_str() and uint64_to_nicestr()
|
||||||
static char bufs[4][128];
|
static char bufs[4][128];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user