summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-05-05 20:02:02 +0000
committernjl <njl@FreeBSD.org>2004-05-05 20:02:02 +0000
commit394d08093f3875935167a6a05f1679f87a1c9189 (patch)
tree479e76cd980a634322df5736be7634bbe4995fde /sys/contrib/dev/acpica
parenta492c1e860d74ba0a0cdb5929d75e90cbd43fa23 (diff)
downloadFreeBSD-src-394d08093f3875935167a6a05f1679f87a1c9189.zip
FreeBSD-src-394d08093f3875935167a6a05f1679f87a1c9189.tar.gz
Add sys/types.h for both kernel and user compiles.
Diffstat (limited to 'sys/contrib/dev/acpica')
-rw-r--r--sys/contrib/dev/acpica/acfreebsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/acfreebsd.h b/sys/contrib/dev/acpica/acfreebsd.h
index efb4301..826a95d 100644
--- a/sys/contrib/dev/acpica/acfreebsd.h
+++ b/sys/contrib/dev/acpica/acfreebsd.h
@@ -127,6 +127,7 @@
/* FreeBSD uses GCC */
#include "acgcc.h"
+#include <sys/types.h>
#include <machine/acpica_machdep.h>
#ifdef _KERNEL
@@ -161,7 +162,6 @@
/* Not building kernel code, so use libc */
#define ACPI_USE_STANDARD_HEADERS
#define ACPI_FLUSH_CPU_CACHE()
-#include <sys/types.h>
#if __STDC_HOSTED__
#include <ctype.h>
#endif
OpenPOWER on IntegriCloud