Evil: fix compilation warning

getenv() requires stdlib.h
This commit is contained in:
Vincent Torri 2015-12-28 23:15:29 +01:00 committed by Jean-Philippe Andre
parent 47ed848a87
commit 9e085209f4
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# include "config.h"
#endif /* HAVE_CONFIG_H */
#include <stdlib.h>
#include <stdio.h>
#define _POSIX