From d871dc6f10b6ecd76af28a4f9749d9d57b95a671 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Mon, 23 Jul 2007 19:30:04 +0000 Subject: includes updated --- src/notify.h | 4 ++-- src/todo.h | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/notify.h b/src/notify.h index 1e8f075..c1fe957 100755 --- a/src/notify.h +++ b/src/notify.h @@ -1,4 +1,4 @@ -/* $calcurse: notify.h,v 1.9 2007/07/21 19:36:45 culot Exp $ */ +/* $calcurse: notify.h,v 1.10 2007/07/23 19:30:04 culot Exp $ */ /* * Calcurse - text-based organizer @@ -30,7 +30,7 @@ #include #include -#include "vars.h" +#include "wins.h" #include "apoint.h" #include "recur.h" diff --git a/src/todo.h b/src/todo.h index 78a0583..48b1b07 100755 --- a/src/todo.h +++ b/src/todo.h @@ -1,4 +1,4 @@ -/* $calcurse: todo.h,v 1.6 2007/07/21 19:35:40 culot Exp $ */ +/* $calcurse: todo.h,v 1.7 2007/07/23 19:30:17 culot Exp $ */ /* * Calcurse - text-based organizer @@ -27,6 +27,8 @@ #ifndef CALCURSE_TODO_H #define CALCURSE_TODO_H +#include "wins.h" + struct todo_s { struct todo_s *next; char *mesg; -- cgit v1.2.3