aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_search.c
blob: d82a049ef9ae5efebdc1ac04abcdaa06d0b924e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include <stdlib.h>
#include <string.h>
#include <glib.h>
#include <ncurses.h>

#include "config.h"
#include "mpdclient.h"
#include "command.h"
#include "screen.h"