mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2025-01-18 07:31:25 +00:00
headers.
This commit is contained in:
parent
f9bbf7a2f8
commit
47b734a5fa
@ -8,19 +8,21 @@
|
|||||||
|
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
#include <algorithm>
|
||||||
#include <cctype>
|
#include <cctype>
|
||||||
#include <cerrno>
|
#include <cerrno>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
#include "cxx/filesystem.h"
|
#include "cxx/filesystem.h"
|
||||||
#include "cxx/string_splitter.h"
|
#include "cxx/string_splitter.h"
|
||||||
|
|
||||||
|
#include <strings.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
#include <sysexits.h>
|
#include <sysexits.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
#include <sys/wait.h>
|
|
||||||
|
|
||||||
extern std::atomic<int> control_c;
|
extern std::atomic<int> control_c;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user