ref: e83e2c31c72025f06ea2452818b526c1dab08b91
parent: 57120705a1afabc8b7b5a87a28946e6d390513ee
author: adventuresin9 <adventuresin9@gmail.com>
date: Mon Mar 6 23:26:34 EST 2023
/spim/include/ape/ureg.h: fixed missing ifndef
--- 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