includes updated

This commit is contained in:
Frederic Culot 2007-07-23 19:30:04 +00:00
parent 6b10eb3623
commit d871dc6f10
2 changed files with 5 additions and 3 deletions

View File

@ -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 <ncurses.h>
#include <pthread.h>
#include "vars.h"
#include "wins.h"
#include "apoint.h"
#include "recur.h"

View File

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