diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2013-06-02 19:08:10 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2013-06-02 19:08:10 +0000 |
commit | 21e15bc7f92155f7dac3ba42584b4316b5fd7833 (patch) | |
tree | 261e356dddc716956f1c23d748f5e087d41ecc6e /lib | |
parent | 45ee51737f7c0cc1d3ff136905d8368349df9bfc (diff) |
Make arm compile again. -moj
Diffstat (limited to 'lib')
-rw-r--r-- | lib/librthread/arch/arm/_atomic_lock.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/librthread/arch/arm/_atomic_lock.c b/lib/librthread/arch/arm/_atomic_lock.c index 6a5956d26d7..14c25935b88 100644 --- a/lib/librthread/arch/arm/_atomic_lock.c +++ b/lib/librthread/arch/arm/_atomic_lock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: _atomic_lock.c,v 1.4 2013/06/01 20:47:40 tedu Exp $ */ +/* $OpenBSD: _atomic_lock.c,v 1.5 2013/06/02 19:08:09 maja Exp $ */ /* * Copyright (c) 2004 Dale Rahn. All rights reserved. @@ -28,6 +28,7 @@ * Atomic lock for arm */ +#include <sys/types.h> #include <machine/spinlock.h> int |