summaryrefslogtreecommitdiff
path: root/src/incl.h
blob: e7e9413723477e3f978fab85548a321e259fa17a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <pthread.h>
#include <iostream>
#include <string>

#include "glob.h"

#ifdef NCURSES
#include <ncurses.h>
#endif

#include "msgs.h"
#include "wrap.h"