diff options
author | adventuresin9 <adventuresin9@gmail.com> | 2023-03-07 04:26:34 +0000 |
---|---|---|
committer | adventuresin9 <adventuresin9@gmail.com> | 2023-03-07 04:26:34 +0000 |
commit | e83e2c31c72025f06ea2452818b526c1dab08b91 (patch) | |
tree | 6d319f957adfe39fbe1311a2b87cd80e262db596 /spim | |
parent | 57120705a1afabc8b7b5a87a28946e6d390513ee (diff) |
/spim/include/ape/ureg.h: fixed missing ifndef
Diffstat (limited to 'spim')
-rw-r--r-- | spim/include/ape/ureg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spim/include/ape/ureg.h b/spim/include/ape/ureg.h index 4ff2aa4aa..702bd1f5d 100644 --- a/spim/include/ape/ureg.h +++ b/spim/include/ape/ureg.h @@ -1,3 +1,5 @@ +#ifndef __UREG_H +#define __UREG_H #if !defined(_PLAN9_SOURCE) This header file is an extension to ANSI/POSIX #endif |