From: Randy D. <rd...@us...> - 2003-03-31 04:14:00
|
Update of /cvsroot/acpi/pmtools/acpidmp In directory sc8-pr-cvs1:/tmp/cvs-serv8270/acpidmp Modified Files: acpidmp.c Log Message: fix some compile warnings; Index: acpidmp.c =================================================================== RCS file: /cvsroot/acpi/pmtools/acpidmp/acpidmp.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- acpidmp.c 31 Mar 2003 03:35:17 -0000 1.1.1.1 +++ acpidmp.c 31 Mar 2003 04:13:56 -0000 1.2 @@ -13,6 +13,7 @@ #include <unistd.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #define ACPI_BIOS_ROM_BASE 0x000e0000 #define ACPI_BIOS_ROM_END 0x00100000 |