mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-25 22:30:49 +08:00
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 <mark@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
This commit is contained in:
parent
6c57c083e6
commit
b8937c6cb4
@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "base/files/file_path.h"
|
#include "base/files/file_path.h"
|
||||||
#include "build/build_config.h"
|
#include "build/build_config.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user