Module Name: src
Committed By: dholland
Date: Mon Aug 22 00:34:01 UTC 2011
Modified Files:
src/sys/external/bsd/acpica/dist/include/platform: acnetbsd.h
Log Message:
Requires stdint.h.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 \
src/sys/external/bsd/acpica/dist/include/platform/acnetbsd.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/acpica/dist/include/platform/acnetbsd.h
diff -u src/sys/external/bsd/acpica/dist/include/platform/acnetbsd.h:1.7 src/sys/external/bsd/acpica/dist/include/platform/acnetbsd.h:1.8
--- src/sys/external/bsd/acpica/dist/include/platform/acnetbsd.h:1.7 Sun Jul 17 20:54:51 2011
+++ src/sys/external/bsd/acpica/dist/include/platform/acnetbsd.h Mon Aug 22 00:34:00 2011
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acnetbsd.h - OS specific defines, etc.
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
*****************************************************************************/
@@ -126,6 +126,7 @@
#else /* defined(_KERNEL) || defined(_STANDALONE) */
#include <ctype.h>
+#include <stdint.h>
/* Not building kernel code, so use libc */
#define ACPI_USE_STANDARD_HEADERS