Fix some include headers macros

pull/2590/head
philsmd 4 years ago
parent 15bf8b7302
commit a3663d1cc4
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

@ -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…
Cancel
Save