diff options
Diffstat (limited to 'dev/crt')
| -rw-r--r-- | dev/crt/exit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/crt/exit.h b/dev/crt/exit.h index 69b046c4..9bf9928f 100644 --- a/dev/crt/exit.h +++ b/dev/crt/exit.h @@ -6,6 +6,8 @@ #pragma once +#include <crt/defines.h> + extern "C" int exit(int code); /// @brief Standard C++ namespace |
