Update safeExit.cpp

This commit is contained in:
Alexander Tokmakov 2022-10-10 15:01:03 +03:00 committed by GitHub
parent 33edab5042
commit ff03181d31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#if defined(OS_LINUX)
# include <sys/syscall.h>
#endif
#include <stdlib.h>
#include <cstdlib>
#include <unistd.h>
#include <base/safeExit.h>
#include <base/defines.h>