aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-07 18:20:50 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-07 18:20:50 -0400
commit1b56c9340343dac2f59d8d39cee11c70cb4c7f7c (patch)
tree02bd6995d1b786e68b296ee3ee4c46192dfc0932 /src/term.h
parentd04ca06959d29b970da17ca72a2827aef81e78bd (diff)
downloadrunes-1b56c9340343dac2f59d8d39cee11c70cb4c7f7c.tar.gz
runes-1b56c9340343dac2f59d8d39cee11c70cb4c7f7c.zip
be a bit more explicit about dependencies between modules
Diffstat (limited to 'src/term.h')
-rw-r--r--src/term.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/term.h b/src/term.h
index f7a2023..2e43c6a 100644
--- a/src/term.h
+++ b/src/term.h
@@ -3,6 +3,11 @@
#include <vt100.h>
+#include "config.h"
+#include "display.h"
+#include "pty-unix.h"
+#include "window-xlib.h"
+
struct runes_term {
RunesWindowBackend w;
RunesPtyBackend pty;