diff options
author | Max Kellermann <max@duempel.org> | 2008-12-10 20:16:04 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-12-10 20:16:04 +0100 |
commit | 0f32dbe7603ae08ed94a911887ec748892932682 (patch) | |
tree | b028ae6575001667b7b8d2b940490fa41c3d5c71 /src/options.c | |
parent | b2ef665d114df06c51b5a302952b1403caa306b1 (diff) | |
download | mpd-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.c | 1 |
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> |