From d3e5eadbdcce508c48258b15664baa753ce6fc81 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Thu, 9 Jul 2009 10:40:44 -0700 Subject: Add ncurses joystick support Signed-off-by: Geoff Levand --- ui/ncurses/nc-scr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/ncurses/nc-scr.h') diff --git a/ui/ncurses/nc-scr.h b/ui/ncurses/nc-scr.h index c08fcd4..2374c20 100644 --- a/ui/ncurses/nc-scr.h +++ b/ui/ncurses/nc-scr.h @@ -19,6 +19,7 @@ #if !defined(_PB_NC_SCR_H) #define _PB_NC_SCR_H +#include /* This must be included before ncurses.h */ #include #define DBG(fmt, args...) pb_log("DBG: " fmt, ## args) -- cgit v1.2.1