Skip to content

Commit d5c2d6d

Browse files
committed
need cerrno header
1 parent 31e4c41 commit d5c2d6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/core.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <cstdlib> // std::malloc, std::free, std::exit, std::strtol
1111
#include <cstring> // std:;memset, std::memcpy, std::strlen
1212
#include <cstdarg> // va_list, va_start
13+
#include <cerrno> // errno
1314

1415
// key_compare
1516
// - key_test can be any case, len can truncate it (len<0 will use the whole string)

0 commit comments

Comments
 (0)