mirror of
https://github.com/MariaDB/server.git
synced 2025-04-02 05:15:33 +02:00
Fix building the Hashicorp plugin on OpenBSD / NetBSD and DragonFlyBSD
This commit is contained in:
parent
20b8e5a07e
commit
a9fe646797
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue