mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 19:54:57 +08:00
Fixing a compile problem in Linux that got introduced in the Windows testing.
This commit is contained in:
parent
c55d7e2969
commit
94eac90d7c
@ -1,5 +1,7 @@
|
||||
/* Copyright 2012 William Woodall and John Harrison */
|
||||
//#include <alloca.h>
|
||||
#ifndef _WIN32
|
||||
# include <alloca.h>
|
||||
#endif
|
||||
|
||||
#include "serial/serial.h"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user