Move C header for console loading to newlib/libc/include

git-svn-id: svn://kolibrios.org@8518 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
maxcodehack
2021-01-05 10:04:54 +00:00
parent 2184737e81
commit 903215408b
9 changed files with 6 additions and 570 deletions

View File

@@ -2,7 +2,7 @@
#include <iostream>
// for 'console.obj' functions
#include "console_obj.h"
#include <sys/kos_LoadConsole.h>
using namespace std;