summaryrefslogtreecommitdiff
path: root/utilities/utclib.c
diff options
context:
space:
mode:
Diffstat (limited to 'utilities/utclib.c')
-rw-r--r--utilities/utclib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/utilities/utclib.c b/utilities/utclib.c
index 151e03a1cca5..a9b8122fab86 100644
--- a/utilities/utclib.c
+++ b/utilities/utclib.c
@@ -1,7 +1,6 @@
/******************************************************************************
*
* Module Name: cmclib - Local implementation of C library functions
- * $Revision: 1.60 $
*
*****************************************************************************/
@@ -9,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2007, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2009, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -118,6 +117,7 @@
#define __CMCLIB_C__
#include "acpi.h"
+#include "accommon.h"
/*
* These implementations of standard C Library routines can optionally be
@@ -218,7 +218,7 @@ AcpiUtMemcpy (
void *
AcpiUtMemset (
void *Dest,
- ACPI_NATIVE_UINT Value,
+ UINT8 Value,
ACPI_SIZE Count)
{
char *New = (char *) Dest;