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 and pull[bot] committed Jul 19, 2023
1 parent b151a2c commit 1227312
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 1227312

Please sign in to comment.