Skip to content

Commit

Permalink
Merge pull request #51 from ocaml/fix/add-limits
Browse files Browse the repository at this point in the history
tentative fix for issue #49: add limits.h to make sure INT_MAX is there
  • Loading branch information
antoinemine committed Jul 30, 2019
2 parents c327b28 + e7b7106 commit 7751059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions caml_z.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <string.h>
#include <math.h>
#include <stdint.h>
#include <limits.h>

#ifdef HAS_GMP
#include <gmp.h>
Expand Down

0 comments on commit 7751059

Please sign in to comment.