aboutsummaryrefslogtreecommitdiffstats
path: root/src/options.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-12-10 20:16:04 +0100
committerMax Kellermann <max@duempel.org>2008-12-10 20:16:04 +0100
commit0f32dbe7603ae08ed94a911887ec748892932682 (patch)
treeb028ae6575001667b7b8d2b940490fa41c3d5c71 /src/options.c
parentb2ef665d114df06c51b5a302952b1403caa306b1 (diff)
downloadmpd-0f32dbe7603ae08ed94a911887ec748892932682.tar.gz
mpd-0f32dbe7603ae08ed94a911887ec748892932682.tar.xz
mpd-0f32dbe7603ae08ed94a911887ec748892932682.zip
command: disable check_key_bindings() with --enable-mini
Remove another superfluous feature from the ncmpc-mini mode.
Diffstat (limited to '')
-rw-r--r--src/options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.c b/src/options.c
index 63674ef5c..8c62e4b83 100644
--- a/src/options.c
+++ b/src/options.c
@@ -24,6 +24,7 @@
#include "conf.h"
#include <stdlib.h>
+#include <stdio.h>
#include <string.h>
#include <glib.h>