From 558874b5edf8ba0958752c57ebf1e7900e30f4c6 Mon Sep 17 00:00:00 2001 From: ngiddings Date: Mon, 12 Apr 2021 00:59:14 -0500 Subject: [PATCH] Added stdarg include to tty.h --- include/tty.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/tty.h b/include/tty.h index 9f577aa..6ec7d33 100644 --- a/include/tty.h +++ b/include/tty.h @@ -1,6 +1,7 @@ #pragma once #include +#include int putchar(int c);