Skip to content

Commit

Permalink
Fixed Windows build due to missing MAX_PATH constant.
Browse files Browse the repository at this point in the history
  • Loading branch information
skiselkov committed Mar 4, 2017
1 parent 45924ff commit 288f6e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
#include <sys/types.h>
#include <math.h>

#if IBM
#include <windows.h>
#endif /* IBM */

#include "types.h"

#ifdef __cplusplus
Expand Down

0 comments on commit 288f6e4

Please sign in to comment.