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

Merge b95b797de796ca762bdf03b68434e558f9b66f7d into 42fc29ada517508ea52d48c894e5492d599ea1b5

This commit is contained in:
Anthony J. Bentley 2013-02-19 14:18:37 -08:00
commit 9dfef8e14f

View File

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