cleared implicit declaration warning

This commit is contained in:
anon 2023-11-24 16:37:07 +01:00
parent 64036d4b61
commit 14b6cc29b8

View File

@ -41,6 +41,8 @@ extern int LINES;
#include "global.h"
#include <ncurses.h>
bool mouse = false; /* mouse interface */
#ifdef UNIXPC /* build command requires #ifdef instead of #if */