Skip to content

Commit

Permalink
Merge pull request #118 from Rimco/patch-1
Browse files Browse the repository at this point in the history
Updated serial.cc for FreeBSD 9 compatibility.
  • Loading branch information
wjwwood committed Dec 2, 2015
2 parents e12d81e + 22dce33 commit 2d416f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serial.cc
@@ -1,7 +1,7 @@
/* Copyright 2012 William Woodall and John Harrison */
#include <algorithm>

#if !defined(_WIN32) && !defined(__OpenBSD__)
#if !defined(_WIN32) && !defined(__OpenBSD__) && !defined(__FreeBSD__)
# include <alloca.h>
#endif

Expand Down

0 comments on commit 2d416f1

Please sign in to comment.