fix includes

This commit is contained in:
Garux
2021-11-12 19:12:16 +03:00
parent c203b26a2d
commit 6c2d7767cf
2 changed files with 5 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
#if defined ( POSIX )
#include <cstdlib>
#include <unistd.h>
#include <sys/types.h>
#include <sys/wait.h>