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

This commit is contained in:
Jeremy White 2006-06-19 22:36:30 +02:00 committed by Alexandre Julliard
parent 5f299d6fe5
commit d9de5217ae
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <limits.h>
#ifdef HAVE_MNTENT_H
#include <mntent.h>
#endif