From ed42b680faa76a6418315508829b0ac7de312569 Mon Sep 17 00:00:00 2001 From: he Date: Sat, 15 Sep 2007 08:05:34 +0000 Subject: [PATCH] Fix build problem: ensure uintptr_t is declared by including . OKed by skrll. --- sys/arch/hppa/include/lock.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/hppa/include/lock.h b/sys/arch/hppa/include/lock.h index df9b35b13b8d..1322935f0dee 100644 --- a/sys/arch/hppa/include/lock.h +++ b/sys/arch/hppa/include/lock.h @@ -1,4 +1,4 @@ -/* $NetBSD: lock.h,v 1.12 2007/09/10 11:34:08 skrll Exp $ */ +/* $NetBSD: lock.h,v 1.13 2007/09/15 08:05:34 he Exp $ */ /*- * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. @@ -44,6 +44,8 @@ #ifndef _HPPA_LOCK_H_ #define _HPPA_LOCK_H_ +#include + #define HPPA_LDCW_ALIGN 16 #define __SIMPLELOCK_ALIGN(p) \