Skip to content

Commit

Permalink
Fix spake2p tool to compile on Darwin. (#14296)
Browse files Browse the repository at this point in the history
It's using errno but not including the header that defines it.
  • Loading branch information
bzbarsky-apple authored Jan 26, 2022
1 parent 799d195 commit 76f1a0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tools/spake2p/Cmd_GenVerifier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@

#include "spake2p.h"

#include <errno.h>

#include <CHIPVersion.h>
#include <crypto/CHIPCryptoPAL.h>
#include <lib/support/Base64.h>
Expand Down

0 comments on commit 76f1a0f

Please sign in to comment.