Commit 9ddc872a authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

crypt32: Fix a compile failure on *BSD systems.

Include limits.h for the definition of PATH_MAX.
parent e0e27e4d
......@@ -30,6 +30,7 @@
#include <unistd.h>
#endif
#include <errno.h>
#include <limits.h>
#include "ntstatus.h"
#define WIN32_NO_STATUS
#include "windef.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