Module Name: src Committed By: matt Date: Thu Jan 24 10:14:17 UTC 2013
Modified Files: src/sys/arch/arm/include: aeabi.h Log Message: Allow this to be included in libkern To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/include/aeabi.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/arch/arm/include/aeabi.h diff -u src/sys/arch/arm/include/aeabi.h:1.2 src/sys/arch/arm/include/aeabi.h:1.3 --- src/sys/arch/arm/include/aeabi.h:1.2 Sat Aug 11 16:21:26 2012 +++ src/sys/arch/arm/include/aeabi.h Thu Jan 24 10:14:17 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: aeabi.h,v 1.2 2012/08/11 16:21:26 matt Exp $ */ +/* $NetBSD: aeabi.h,v 1.3 2013/01/24 10:14:17 matt Exp $ */ /*- * Copyright (c) 2012 The NetBSD Foundation, Inc. @@ -31,7 +31,11 @@ #ifndef _ARM_AEABI_H_ #define _ARM_AEABI_H_ +#ifdef _KERNEL +#include <sys/types.h> +#else #include <stddef.h> +#endif #define __value_in_regs /* nothing */