From: Michael Brown Date: Sat, 12 Mar 2016 18:02:20 +0000 (+0000) Subject: [serial] Add missing #include X-Git-Tag: v1.20.1~533 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c84178003495b258f7604b47325afd6a53a3d56;p=thirdparty%2Fipxe.git [serial] Add missing #include Signed-off-by: Michael Brown --- diff --git a/src/core/serial.c b/src/core/serial.c index 4ce025519..dd22f6731 100644 --- a/src/core/serial.c +++ b/src/core/serial.c @@ -30,6 +30,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); */ #include +#include #include #include #include