From a1572e0ab0f5fab9a1f0185ded593bec811aa175 Mon Sep 17 00:00:00 2001 From: Alexey Zaytsev Date: Sun, 2 Mar 2008 03:41:10 +0300 Subject: Modify gPXE core and drivers to work with the new timer subsystem Signed-off-by: Alexey Zaytsev --- src/core/serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/serial.c') diff --git a/src/core/serial.c b/src/core/serial.c index f325bc45..f6d0ecbb 100644 --- a/src/core/serial.c +++ b/src/core/serial.c @@ -15,7 +15,7 @@ #include "console.h" #include #include "io.h" -#include "timer.h" +#include #include "config/serial.h" /* Set default values if none specified */ -- cgit