Skip to content

Commit

Permalink
Fix building the Hashicorp plugin on OpenBSD / NetBSD and DragonFlyBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
brad0 authored and grooverdan committed Jun 18, 2022
1 parent 20b8e5a commit a9fe646
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#ifdef _WIN32
#include <malloc.h>
#define alloca _alloca
#elif !defined(__FreeBSD__)
#elif !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__DragonFly__)
#include <alloca.h>
#endif
#include <algorithm>
Expand Down

0 comments on commit a9fe646

Please sign in to comment.