ncurses include added

This commit is contained in:
Frederic Culot 2007-07-21 19:39:23 +00:00
parent e10dd9cd7f
commit 50e63cf895

View File

@ -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