Include sys/wait.h to avoid compiler warning
gcc warned about an implicit declaration of function 'wait3'. Including this header fixes this.
Please register or sign in to comment
gcc warned about an implicit declaration of function 'wait3'. Including this header fixes this.