diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-02-11 01:36:14 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-02-11 01:36:14 +0000 |
commit | 2cf6dafdee82ca0c3168e3813360c6401e16768f (patch) | |
tree | 2d5c28941049ffa26c0052fdf4cdc60776fa630a /sys | |
parent | c6b7852cbfdabe399a8747a574a270a6ecdf93f0 (diff) |
Needs <sys/atomic.h> now.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/hppa/intr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/hppa/intr.c b/sys/arch/hppa/hppa/intr.c index 69724de7419..5c1c1bf86b7 100644 --- a/sys/arch/hppa/hppa/intr.c +++ b/sys/arch/hppa/hppa/intr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.c,v 1.44 2014/07/12 18:44:41 tedu Exp $ */ +/* $OpenBSD: intr.c,v 1.45 2015/02/11 01:36:13 miod Exp $ */ /* * Copyright (c) 2002-2004 Michael Shalayeff @@ -32,6 +32,7 @@ #include <sys/device.h> #include <sys/evcount.h> #include <sys/malloc.h> +#include <sys/atomic.h> #include <uvm/uvm_extern.h> |