1
0
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:
Anthony J. Bentley 2012-10-29 09:46:29 -06:00
parent d5429126c9
commit b95b797de7

View File

@ -1,5 +1,5 @@
/* Copyright 2012 William Woodall and John Harrison */
#ifndef _WIN32
#if !defined(_WIN32) && !defined(__OpenBSD__)
# include <alloca.h>
#endif