curses: include date.h

This way the curses port will show the version and compile date
on the startup banner, just like tty does.
This commit is contained in:
Pasi Kallinen
2018-12-28 11:34:01 +02:00
parent c056ca1b35
commit ca336bbf4b
+1
View File
@@ -8,6 +8,7 @@
#include "wincurs.h"
#include "cursinit.h"
#include "patchlevel.h"
#include "date.h"
#include <ctype.h>