summaryrefslogtreecommitdiffstats
path: root/curs_main.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-01-29 15:09:59 -0800
committerKevin McCarthy <kevin@8t8.us>2020-02-28 11:57:38 -0800
commit8bf37106fd4ec9b2ef122711ac2938564688ec5e (patch)
tree9f7557c01ff9ed34eee3b8df1217a1c2a6320347 /curs_main.c
parent9c1f1e48e8a8d4331f5ccf3733dda6e8cfe6bde8 (diff)
Create send.h header.
This will hold the send context, so we may as well pull the prototypes into the header file too.
Diffstat (limited to 'curs_main.c')
-rw-r--r--curs_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/curs_main.c b/curs_main.c
index 6f833a81..fe83bd40 100644
--- a/curs_main.c
+++ b/curs_main.c
@@ -28,6 +28,7 @@
#include "sort.h"
#include "buffy.h"
#include "mx.h"
+#include "send.h"
#ifdef USE_SIDEBAR
#include "sidebar.h"