aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-07-21 19:39:23 +0000
committerFrederic Culot <calcurse@culot.org>2007-07-21 19:39:23 +0000
commit50e63cf895cb44f7d63698aca5139642756e3f74 (patch)
tree4c455115b230007b27e3b691cb101498d860ec0c
parente10dd9cd7f018ffe1bf655b988057d2c11f6e988 (diff)
downloadcalcurse-50e63cf895cb44f7d63698aca5139642756e3f74.tar.gz
calcurse-50e63cf895cb44f7d63698aca5139642756e3f74.zip
ncurses include added
-rwxr-xr-xsrc/calendar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/calendar.h b/src/calendar.h
index 7abbd42..b43276a 100755
--- a/src/calendar.h
+++ b/src/calendar.h
@@ -1,4 +1,4 @@
-/* $calcurse: calendar.h,v 1.3 2007/07/01 17:46:13 culot Exp $ */
+/* $calcurse: calendar.h,v 1.4 2007/07/21 19:39:23 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -28,6 +28,7 @@
#define CALCURSE_CALENDAR_H
#include <stdbool.h>
+#include <ncurses.h>
#define CALHEIGHT 12
#define CALWIDTH 30