Skip to content

Commit

Permalink
Include stdlib.h before eztime_poem.h
Browse files Browse the repository at this point in the history
Issue: 322195532
Reviewed-on: #2282
  • Loading branch information
dahlstrom-g committed Jan 24, 2024
1 parent 4c7f529 commit 918a982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/boringssl/src/crypto/asn1/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
#include <openssl/asn1.h>

#if defined(OPENSSL_SYS_STARBOARD)
#include <stdlib.h>
#include "starboard/client_porting/poem/eztime_poem.h"
#endif // defined(OPENSSL_SYS_STARBOARD)

Expand Down

0 comments on commit 918a982

Please sign in to comment.