umax_pp: define _XOPEN_SOURCE for putenv()

merge-requests/1/head
Julien BLACHE 2010-06-23 18:21:38 +02:00
rodzic 7d6e63d1d3
commit 91854aadc5
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -5,6 +5,8 @@
* 2 of the License, or (at your option) any later version.
*/
/* For putenv */
#define _XOPEN_SOURCE
#include <stdlib.h>
#include <unistd.h>
#include <string.h>