summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/nc-scr.h
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-07-09 10:40:44 -0700
committerGeoff Levand <geoffrey.levand@am.sony.com>2009-07-09 10:40:44 -0700
commitd3e5eadbdcce508c48258b15664baa753ce6fc81 (patch)
treed6dd61bcb46c00d0ef21216c8463eacca3dcc092 /ui/ncurses/nc-scr.h
parent4341aeae5ace4f8137334d6e8fa885d546fd3216 (diff)
downloadtalos-petitboot-d3e5eadbdcce508c48258b15664baa753ce6fc81.tar.gz
talos-petitboot-d3e5eadbdcce508c48258b15664baa753ce6fc81.zip
Add ncurses joystick support
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Diffstat (limited to 'ui/ncurses/nc-scr.h')
-rw-r--r--ui/ncurses/nc-scr.h1
1 files changed, 1 insertions, 0 deletions
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 <linux/input.h> /* This must be included before ncurses.h */
#include <ncurses.h>
#define DBG(fmt, args...) pb_log("DBG: " fmt, ## args)
OpenPOWER on IntegriCloud