Skip to content

Commit

Permalink
common: Add missing include cerrno
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsnen committed Feb 6, 2025
1 parent a04ecec commit da39160
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/debug.hh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <cstdarg>
#include <cstring>
#include <string>
#include <cerrno>

#ifdef ANDROID
#include "android/log.h"
Expand Down

0 comments on commit da39160

Please sign in to comment.