aboutsummaryrefslogtreecommitdiff
path: root/include/base.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-11-18 13:18:38 -0800
committerNicholas Noll <nbnoll@eml.cc>2021-11-18 13:18:38 -0800
commit4bf477d5ed372fd44697d2f0df245b61b4f3f7b3 (patch)
treee52d8aa00de40b33c4f26cacba6841f299f97bb2 /include/base.h
parent8306b655f9d9a291126ed4947c481ea540c9b835 (diff)
filling out system layer
Diffstat (limited to 'include/base.h')
-rw-r--r--include/base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/base.h b/include/base.h
index 3e544e5..7077731 100644
--- a/include/base.h
+++ b/include/base.h
@@ -3,6 +3,8 @@
// ------------------------------------------------------------------------
// standard library
+//#include <arch/types.h>
+//
#include <assert.h>
#include <stdlib.h>
#include <string.h>