1
0
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:
Hugo Beauzée-Luyssen
2025-02-17 09:14:14 +01:00
parent abbb4fda2b
commit 3f00a30f87

View File

@@ -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