ID:445 - Fix of compilation on FreeBSD

This commit is contained in:
Leonid Nevecherya
2016-05-31 18:21:31 +03:00
committed by Zdenek Styblik
parent 7e991a18e0
commit 0ffe39dedc
4 changed files with 6 additions and 1 deletions

View File

@ -33,7 +33,9 @@
/* Serial Interface, Basic Mode plugin. */
#if defined HAVE_ALLOCA_H
#include <alloca.h>
#endif
#include <stdio.h>
#include <fcntl.h>
#include <time.h>