mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
_FORTIFY_SOURCE needs string.h
This commit is contained in:
parent
5a4cfe9fa3
commit
04b403ff16
@ -36,6 +36,9 @@
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
#endif
|
||||
|
||||
// _FORTIFY_SOURCE needs string.h
|
||||
#include <string.h>
|
||||
|
||||
#ifndef _FORTIFY_SOURCE
|
||||
#define _FORTIFY_SOURCE 2
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user