X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/31be35cda26f033fe62db673a8a973f0b15c9de7..aa9bc58fc6be92126c89fda9b5e9c0b102d0fcca:/lib/console.c diff --git a/lib/console.c b/lib/console.c index 27880ba..66cfbaf 100644 --- a/lib/console.c +++ b/lib/console.c @@ -7,6 +7,7 @@ #include #include "console-ext.h" +#include #include #define POS_IS_VALID(row, col) ((row) >= 0 && (row) < CONSOLE_HEIGHT && (col) >= 0 && (col) < CONSOLE_WIDTH)