summaryrefslogtreecommitdiff
path: root/cad/yosys/files/patch-libs_fst_fstapi.cc
blob: 06efaf1a57fde4b9a36cbed3392e87e435e52462 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- libs/fst/fstapi.cc.orig	2022-02-10 19:07:14 UTC
+++ libs/fst/fstapi.cc
@@ -62,7 +62,11 @@
 #endif
 
 #ifdef HAVE_ALLOCA_H
+#if defined(__FreeBSD__)
+#include <stdlib.h>
+#else
 #include <alloca.h>
+#endif
 #elif defined(__GNUC__)
 #ifndef __MINGW32__
 #ifndef alloca