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:33:58 +02:00
parent c056ca1b35
commit ca336bbf4b

View File

@@ -8,6 +8,7 @@
#include "wincurs.h"
#include "cursinit.h"
#include "patchlevel.h"
#include "date.h"
#include <ctype.h>