Skip to content

Commit

Permalink
Include stdlib.h instead of alloca.h on FreeBSD (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
n1000 authored Jun 12, 2020
1 parent d460e4d commit fcc10ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/relic/include/relic_alloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

#else /* _MSC_VER */

#if defined(__OpenBSD__)
#if defined(__OpenBSD__) || defined(__FreeBSD__)
#include <stdlib.h>
#else
#include <alloca.h>
Expand Down

0 comments on commit fcc10ef

Please sign in to comment.