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

#include "libmpdclient.h"
#include "config.h"
#include "mpc.h"
#include "command.h"
#include "screen.h"
#include "screen_search.h"