mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-06-26 10:54:29 +02:00
Build: One less missing include
This commit is contained in:
parent
a7937cf27e
commit
1a4a19346e
2 changed files with 1 additions and 6 deletions
|
@ -28,6 +28,7 @@
|
|||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef HAVE_READLINE
|
||||
#include <readline/readline.h>
|
||||
|
|
|
@ -32,17 +32,11 @@
|
|||
#endif
|
||||
#include <stdio.h>
|
||||
#include <vector>
|
||||
//#include <algorithm>
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
//#include <stdint.h>
|
||||
//#include <sys/types.h>
|
||||
//#include <sys/time.h>
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
//#include <string.h>
|
||||
//#include <pwd.h>
|
||||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
#include <sys/select.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue