Include the Library of the added function in carbon-language#1341 (#2172)

`cstdlib` is added for `abort()` in carbon-language#1341

`unistd.h` was not removed with `exit()` in carbon-language#1175
This commit is contained in:
micttyl
2022-09-13 11:47:17 -07:00
committed by GitHub
parent 2db09a1fd5
commit b5e55556be
+1 -1
View File
@@ -5,7 +5,7 @@
#ifndef CARBON_COMMON_CHECK_INTERNAL_H_
#define CARBON_COMMON_CHECK_INTERNAL_H_
#include <unistd.h>
#include <cstdlib>
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Signals.h"