Merge branch 'master' into 'master'

Add missing wait header

See merge request gambas/gambas!89
This commit is contained in:
Benoît Minisini 2019-05-03 21:43:07 +00:00
commit c9344bc208

View file

@ -34,6 +34,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/time.h>
#include <dirent.h>