Commit d9de5217 authored by Jeremy White's avatar Jeremy White Committed by Alexandre Julliard

ntdll: On Solaris, limits.h is required for PATH_MAX.

parent 5f299d6f
......@@ -31,6 +31,7 @@
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <limits.h>
#ifdef HAVE_MNTENT_H
#include <mntent.h>
#endif
......
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