[syslinux:master] sysdump: serial: add missing header file

syslinux-bot for H. Peter Anvin hpa at zytor.com
Sun Feb 7 12:18:22 PST 2010


Commit-ID:  257adb86a34db443100d9e18891ce98f2518333f
Gitweb:     http://syslinux.zytor.com/commit/257adb86a34db443100d9e18891ce98f2518333f
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Sun, 7 Feb 2010 12:14:46 -0800
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Sun, 7 Feb 2010 12:14:46 -0800

sysdump: serial: add missing header file

Missing header file -> warning.

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 com32/sysdump/serial.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/com32/sysdump/serial.c b/com32/sysdump/serial.c
index 803b05f..f96ae3f 100644
--- a/com32/sysdump/serial.c
+++ b/com32/sysdump/serial.c
@@ -1,4 +1,5 @@
 #include <stdbool.h>
+#include <stdlib.h>
 #include <stdio.h>
 #include <sys/io.h>
 



More information about the Syslinux-commits mailing list