1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-11 00:01:16 +00:00

Fix include file case

This commit is contained in:
Jukka Ojanen 2021-08-28 20:05:59 +03:00
parent f502d80459
commit b2870dadfd

View File

@ -12,7 +12,7 @@
#include <Alloc.h>
#include <7zCrc.h>
#include <7zFile.h>
#include <xz.h>
#include <Xz.h>
/* Maybe _LZMA_NO_SYSTEM_SIZE_T defined? */
#if defined (__clang__) || defined (__GNUC__)