From 43a653ec8ab9e0128684e45ae49e274f42934e0b Mon Sep 17 00:00:00 2001 From: shockrah Date: Sun, 1 Dec 2019 02:33:24 -0800 Subject: [PATCH] include guardsd --- stlio.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stlio.h b/stlio.h index 954a061..1b4a2a9 100644 --- a/stlio.h +++ b/stlio.h @@ -1,3 +1,5 @@ +#ifndef STLIO_H +#define STLIO_H #include "types.h" #include "framebuffer.h" // Frame buffer driver @@ -14,3 +16,4 @@ void printf(const char*); void printhex(u32); void putch(const char); +#endif