Evil: fix compilation warning
authorVincent Torri <vincent dot torri at gmail dot com>
Mon, 28 Dec 2015 22:15:29 +0000 (23:15 +0100)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 29 Dec 2015 13:13:58 +0000 (22:13 +0900)
getenv() requires stdlib.h

src/lib/evil/evil_pwd.c

index bcf9eb3..841c106 100644 (file)
@@ -2,6 +2,7 @@
 # include "config.h"
 #endif /* HAVE_CONFIG_H */
 
+#include <stdlib.h>
 #include <stdio.h>
 
 #define _POSIX