Merge pull request #2590 from philsmd/include_header_fix

Fix some include headers macros
This commit is contained in:
Jens Steube
2021-04-07 20:47:20 +02:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
*/
#ifndef _EXT_LZMA_H
#define _EXT_LZMA_H
#include <LzmaDec.h>
#include <Lzma2Dec.h>

View File

@@ -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