Skip to content

Commit b8937c6

Browse files
Takuto IkutaCrashpad LUCI CQ
Takuto Ikuta
authored and
Crashpad LUCI CQ
committed
tools: fix missing include for EXIT_{SUCCESS,FAILURE}
Bug: 375980422 Change-Id: Ia3afad0d2a8bf701f783720554ca8887a34b6fda Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/5969699 Reviewed-by: Mark Mentovai <[email protected]> Commit-Queue: Takuto Ikuta <[email protected]>
1 parent 6c57c08 commit b8937c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/base94_encoder.cc

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
#include <getopt.h>
1616
#include <stdio.h>
17+
#include <stdlib.h>
1718

1819
#include "base/files/file_path.h"
1920
#include "build/build_config.h"

0 commit comments

Comments
 (0)