mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 19:40:10 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user