ref: 821aa32b3afc00471e4c51342d6c359034ac43e2
parent: 2d19c758a873724237df0005322e80148b71426b
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
--
⑨