diff options
author | Max Kellermann <max@duempel.org> | 2008-10-06 16:03:24 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-06 16:03:24 +0200 |
commit | 8736e490253e08ed36ddeed8d572a39a450a88b4 (patch) | |
tree | 590c6e09dddde2fe4f15104fcdf98a70b5be5550 /src/command.h | |
parent | 003f90586c1eab5f17cdc85bf0fc43e5f2a170ec (diff) | |
download | mpd-8736e490253e08ed36ddeed8d572a39a450a88b4.tar.gz mpd-8736e490253e08ed36ddeed8d572a39a450a88b4.tar.xz mpd-8736e490253e08ed36ddeed8d572a39a450a88b4.zip |
include ncursesw/ncurses.h if available
When compiling with libncursesw, include <ncursesw/ncurses.h> instead
of <ncurses.h> (if available).
Diffstat (limited to 'src/command.h')
-rw-r--r-- | src/command.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command.h b/src/command.h index 63d83b0a4..b48bf80f6 100644 --- a/src/command.h +++ b/src/command.h @@ -3,7 +3,6 @@ #include <stddef.h> #include <stdio.h> -#include <ncurses.h> #define MAX_COMMAND_KEYS 3 |