summaryrefslogtreecommitdiff
path: root/src/incl.h
blob: d62a57faf0d14cd144ac0223ae53e1e5550d5184 (plain)
1
2
3
4
5
6
7
8
9
#include <iostream>
#include <pthread.h>
#include <string>
#include "glob.h"
#ifdef NCURSES
#include <ncurses.h>
#endif
#include "msgs.h"
#include "wrap.h"