]> Joshua Wise's Git repositories - netwatch.git/blobdiff - lib/console.c
cleanup; add -Wkesden
[netwatch.git] / lib / console.c
index 27880baabbafce3a3d0edb1bcee9d8e6a6c98c2a..66cfbaffcb47b57f29e09263ba9b34ffce45a2ae 100644 (file)
@@ -7,6 +7,7 @@
 
 #include <console.h>
 #include "console-ext.h"
+#include <minilib.h>
 #include <io.h>
 
 #define POS_IS_VALID(row, col) ((row) >= 0 && (row) < CONSOLE_HEIGHT && (col) >= 0 && (col) < CONSOLE_WIDTH)
This page took 0.023112 seconds and 4 git commands to generate.