[syslinux:master] Adding stdlib include

syslinux-bot for Erwan Velu erwanaliasr1 at gmail.com
Sun Feb 6 14:07:22 PST 2011


Commit-ID:  a2e75985f250d0c6869e4b65f437c3483236c887
Gitweb:     http://syslinux.zytor.com/commit/a2e75985f250d0c6869e4b65f437c3483236c887
Author:     Erwan Velu <erwanaliasr1 at gmail.com>
AuthorDate: Wed, 26 May 2010 23:15:21 +0200
Committer:  Erwan Velu <erwanaliasr1 at gmail.com>
CommitDate: Wed, 26 May 2010 23:15:21 +0200

Adding stdlib include

Malloc requires stdlib


---
 com32/gpllib/acpi/dsdt.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/com32/gpllib/acpi/dsdt.c b/com32/gpllib/acpi/dsdt.c
index 3c6e177..fbc1e2a 100644
--- a/com32/gpllib/acpi/dsdt.c
+++ b/com32/gpllib/acpi/dsdt.c
@@ -27,6 +27,7 @@
 */
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <memory.h>
 #include <dprintf.h>



More information about the Syslinux-commits mailing list