1
0
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:
Jens Steube 2019-10-25 12:37:09 +02:00
parent 5a4cfe9fa3
commit 04b403ff16

View File

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