mirror of
https://github.com/facebook/zstd.git
synced 2025-07-29 11:21:22 +03:00
Oopsie with util.h
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
#include <sys/types.h> /* stat, utime */
|
||||
#include <sys/stat.h> /* stat, chmod */
|
||||
#include "../lib/common/mem.h" /* U64 */
|
||||
#if not (defined(_MSC_VER) || defined(__MINGW32__) || defined (__MSVCRT__))
|
||||
#if !(defined(_MSC_VER) || defined(__MINGW32__) || defined (__MSVCRT__))
|
||||
#include <libgen.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user