Missed STDC_LIB_EXT1

This commit is contained in:
Dmitry Galenko 2022-11-20 13:27:55 +01:00
parent 4ec3b025f0
commit 4392df0676

View File

@ -25,6 +25,7 @@
* defined in unishox2.h
*/
#define __STDC_WANT_LIB_EXT1__ 1
#include <stdlib.h>
#include <string.h>
#include <ctype.h>