Commit 004f3677 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

tools: Include limits.h for PATH_MAX.

PATH_MAX is used in FreeBSD-specific code in get_argv0_dir which otherwise fails.
parent 4e5fab62
......@@ -21,6 +21,7 @@
#ifndef __WINE_TOOLS_H
#define __WINE_TOOLS_H
#include <limits.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment