mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-02 02:41:35 +00:00
Merge pull request #2590 from philsmd/include_header_fix
Fix some include headers macros
This commit is contained in:
commit
b7951262e7
@ -4,6 +4,7 @@
|
||||
*/
|
||||
|
||||
#ifndef _EXT_LZMA_H
|
||||
#define _EXT_LZMA_H
|
||||
|
||||
#include <LzmaDec.h>
|
||||
#include <Lzma2Dec.h>
|
||||
|
@ -3,6 +3,9 @@
|
||||
* License.....: MIT
|
||||
*/
|
||||
|
||||
#ifndef _FOLDER_H
|
||||
#define _FOLDER_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
@ -34,3 +37,5 @@ int folder_config_init (hashcat_ctx_t *hashcat_ctx, MAYBE_UNUSED const char
|
||||
void folder_config_destroy (hashcat_ctx_t *hashcat_ctx);
|
||||
|
||||
int hc_mkdir (const char *name, MAYBE_UNUSED const int mode);
|
||||
|
||||
#endif // _FOLDER_H
|
||||
|
Loading…
Reference in New Issue
Block a user