mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 11:44:53 +08:00
alloca.h does not exist on OpenBSD either.
This commit is contained in:
parent
d5429126c9
commit
b95b797de7
@ -1,5 +1,5 @@
|
||||
/* Copyright 2012 William Woodall and John Harrison */
|
||||
#ifndef _WIN32
|
||||
#if !defined(_WIN32) && !defined(__OpenBSD__)
|
||||
# include <alloca.h>
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user