]> granicus.if.org Git - nethack/commitdiff
curses: include date.h
authorPasi Kallinen <paxed@alt.org>
Fri, 28 Dec 2018 09:33:58 +0000 (11:33 +0200)
committerPasi Kallinen <paxed@alt.org>
Fri, 28 Dec 2018 09:34:01 +0000 (11:34 +0200)
This way the curses port will show the version and compile date
on the startup banner, just like tty does.

win/curses/cursinit.c

index 04adbb853c4b3c45d94dbbffe319680b1b9c83f7..879b486a36cf49579c2e58053d2292d89e4cc030 100644 (file)
@@ -8,6 +8,7 @@
 #include "wincurs.h"
 #include "cursinit.h"
 #include "patchlevel.h"
+#include "date.h"
 
 #include <ctype.h>