Commit cb471b86 cb471b86b15302ae65460d727e4a38593578fa83 by Sergey Poznyakoff

Include stdlib.h

1 parent 94b2ca6b
......@@ -33,6 +33,7 @@
#include <stdio.h>
#include <fcntl.h>
#include <unistd.h>
#include <stdlib.h>
#include <signal.h>
#include <sys/types.h>
#include <sys/wait.h>
......