From cc31829b45da7e08c882a9a689c2bba73f76604e Mon Sep 17 00:00:00 2001 From: Alberto Ortega Date: Sat, 29 Aug 2015 14:06:17 +0200 Subject: [PATCH] Minor includes change --- pafish/common.c | 1 + pafish/main.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/pafish/common.c b/pafish/common.c index 20ea1a0..50a914b 100644 --- a/pafish/common.c +++ b/pafish/common.c @@ -5,6 +5,7 @@ #include #include "common.h" +#include "types.h" unsigned short init_cmd_colors() { CONSOLE_SCREEN_BUFFER_INFO csbi; diff --git a/pafish/main.c b/pafish/main.c index 92a82db..3833532 100644 --- a/pafish/main.c +++ b/pafish/main.c @@ -4,7 +4,6 @@ #include #include -#include "types.h" #include "common.h" #include "debuggers.h"