Added stdarg include to tty.h
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
int putchar(int c);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user