ID:384 - Fix compilation under cygwin64

Patch fixes several compile-time errors which appear during IPMITOOL
compilation in Cygwin64 environment.

Commit for: Dmitry Bazhenov
This commit is contained in:
Zdenek Styblik
2015-08-01 10:08:20 +02:00
parent 0d8f9a7453
commit 30becb3588
4 changed files with 4 additions and 2 deletions

View File

@ -33,6 +33,7 @@
/* Serial Interface, Basic Mode plugin. */
#include <alloca.h>
#include <stdio.h>
#include <fcntl.h>
#include <time.h>