diff options
author | Frederic Culot <calcurse@culot.org> | 2007-08-31 19:41:24 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-08-31 19:41:24 +0000 |
commit | c908d40292c55c9598a8f4c8281ca2e2ba9f8e1a (patch) | |
tree | a268bf1f9b7be840be1de63a2d44f84b3ac8a11f | |
parent | 71af18a7526c6a65df613e35bb9217ddef6c75b1 (diff) | |
download | calcurse-c908d40292c55c9598a8f4c8281ca2e2ba9f8e1a.tar.gz calcurse-c908d40292c55c9598a8f4c8281ca2e2ba9f8e1a.zip |
added missing time.h headercalcurse_1_9_beta
-rwxr-xr-x | src/calendar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/calendar.h b/src/calendar.h index e77d16c..a3c9bb9 100755 --- a/src/calendar.h +++ b/src/calendar.h @@ -1,4 +1,4 @@ -/* $calcurse: calendar.h,v 1.6 2007/08/12 13:09:37 culot Exp $ */ +/* $calcurse: calendar.h,v 1.7 2007/08/31 19:41:24 culot Exp $ */ /* * Calcurse - text-based organizer @@ -29,6 +29,7 @@ #include <ncurses.h> #include <stdbool.h> +#include <time.h> #define CALHEIGHT 12 #define CALWIDTH 30 |