[PATCH 0/1] MR2052: tools: Include limits.h for PATH_MAX
27 Jan
2023
27 Jan
'23
11:42 p.m.
PATH_MAX is used in FreeBSD-specific code in get_argv0_dir which otherwise fails. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2052
27 Jan
27 Jan
11:42 p.m.
New subject: [PATCH 1/1] tools: Include limits.h for PATH_MAX
From: Gerald Pfeifer <gerald(a)pfeifer.com> PATH_MAX is used in FreeBSD-specific code in get_argv0_dir which otherwise fails. --- tools/tools.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/tools.h b/tools/tools.h index 70ef4bd2584..e5b8c4c64e5 100644 --- a/tools/tools.h +++ b/tools/tools.h @@ -21,6 +21,7 @@ #ifndef __WINE_TOOLS_H #define __WINE_TOOLS_H +#include <limits.h> #include <stdarg.h> #include <stdio.h> #include <stdlib.h> -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/2052
1053
Age (days ago)
1053
Last active (days ago)
1 comments
2 participants
participants (2)
-
Gerald Pfeifer -
Gerald Pfeifer (@gerald)