1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 11:44:53 +08:00

Fixing a compile problem in Linux that got introduced in the Windows testing.

This commit is contained in:
William Woodall 2012-06-12 00:23:39 -05:00
parent c55d7e2969
commit 94eac90d7c

View File

@ -1,5 +1,7 @@
/* Copyright 2012 William Woodall and John Harrison */ /* Copyright 2012 William Woodall and John Harrison */
//#include <alloca.h> #ifndef _WIN32
# include <alloca.h>
#endif
#include "serial/serial.h" #include "serial/serial.h"