include stdlib.h for atoi and getenv

SVN revision: 70347
This commit is contained in:
Vincent Torri 2012-04-20 07:19:08 +00:00
parent def18a8ee0
commit f0f7b46ccc
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@
# define TH_MAX 8
#endif
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>