Skip to content

Commit

Permalink
need cerrno header
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbradsmith committed Apr 22, 2024
1 parent 31e4c41 commit d5c2d6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <cstdlib> // std::malloc, std::free, std::exit, std::strtol
#include <cstring> // std:;memset, std::memcpy, std::strlen
#include <cstdarg> // va_list, va_start
#include <cerrno> // errno

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

0 comments on commit d5c2d6d

Please sign in to comment.