1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 19:54:57 +08:00

Merge pull request #23 from bentley/master

OpenBSD ifdef
This commit is contained in:
William Woodall 2013-02-19 14:19:06 -08:00
commit d6b97057ef

View File

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