Skip to content

Commit

Permalink
dwarf: fix missing include for exit()
Browse files Browse the repository at this point in the history
Bug: 375980422
Change-Id: I7f55c5ed74781becfaec0d79998676e9a984ffc5
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/5970061
Reviewed-by: Lei Zhang <[email protected]>
  • Loading branch information
Takuto Ikuta authored and leizleiz committed Oct 28, 2024
1 parent e92bea3 commit 1cbd9eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/dwarf/dwarf2reader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>

#include <algorithm>
#include <map>
Expand Down

0 comments on commit 1cbd9eb

Please sign in to comment.