Merge pull request #4720 from alyssais/wait

Include sys/wait.h everywhere WIFEXITED etc is used
This commit is contained in:
Eelco Dolstra 2021-04-20 16:09:30 +02:00 committed by GitHub
commit b60b0d62d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@
#include "url-parts.hh"
#include <sys/time.h>
#include <sys/wait.h>
using namespace std::string_literals;

View file

@ -20,6 +20,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <sys/wait.h>
#include <netdb.h>
#include <fcntl.h>
#include <termios.h>