crypt32: Fix a compile failure on *BSD systems.

Include limits.h for the definition of PATH_MAX.
oldstable
Rob Shearman 2007-09-11 17:29:44 +01:00 committed by Alexandre Julliard
parent e0e27e4dfb
commit 9ddc872a1a
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <unistd.h>
#endif
#include <errno.h>
#include <limits.h>
#include "ntstatus.h"
#define WIN32_NO_STATUS
#include "windef.h"