aboutsummaryrefslogtreecommitdiffstats
path: root/src/todo.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-07-23 19:30:04 +0000
committerFrederic Culot <calcurse@culot.org>2007-07-23 19:30:04 +0000
commitd871dc6f10b6ecd76af28a4f9749d9d57b95a671 (patch)
treee4d1cecb48cbe83a6c58c5baac7e656dea3658db /src/todo.h
parent6b10eb3623c971dc9299d648dbd929f9c6bde35e (diff)
downloadcalcurse-d871dc6f10b6ecd76af28a4f9749d9d57b95a671.tar.gz
calcurse-d871dc6f10b6ecd76af28a4f9749d9d57b95a671.zip
includes updated
Diffstat (limited to 'src/todo.h')
-rwxr-xr-xsrc/todo.h4
1 files changed, 3 insertions, 1 deletions
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;