mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2026-01-07 21:58:22 +03:00
extensions: always include stdlib.h
This commit is contained in:
@@ -41,8 +41,8 @@
|
||||
#include "imports.h"
|
||||
#include "extensions.h"
|
||||
|
||||
#include <stdlib.h> /* for _MAX_PATH & getenv */
|
||||
#ifdef _WIN32
|
||||
#include <stdlib.h> /* for _MAX_PATH */
|
||||
#ifndef PATH_MAX
|
||||
#define PATH_MAX _MAX_PATH
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user