]> git.ozlabs.org Git - petitboot/commit
ncurses: Fix build warning
authorGeoff Levand <geoff@infradead.org>
Mon, 15 Apr 2013 20:41:55 +0000 (13:41 -0700)
committerGeoff Levand <geoff@infradead.org>
Mon, 15 Apr 2013 20:41:55 +0000 (13:41 -0700)
commit80c072a44cb665495afe08ce37cbf4f2086d5529
tree07ad636aafb2ac946e7d2a9d084104143fef75ef
parent3ea411971ea7db66c44527aa720d82567b7a1a5a
ncurses: Fix build warning

Add missing header include.  Fixes this warning:

  ui/ncurses/nc-cui.c: warning: implicit declaration of function 'pb_protocol_device_cmp'

Signed-off-by: Geoff Levand <geoff@infradead.org>
ui/ncurses/nc-cui.c