diff options
author | Frederic Culot <calcurse@culot.org> | 2007-07-23 19:30:04 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-07-23 19:30:04 +0000 |
commit | d871dc6f10b6ecd76af28a4f9749d9d57b95a671 (patch) | |
tree | e4d1cecb48cbe83a6c58c5baac7e656dea3658db /src/notify.h | |
parent | 6b10eb3623c971dc9299d648dbd929f9c6bde35e (diff) | |
download | calcurse-d871dc6f10b6ecd76af28a4f9749d9d57b95a671.zip |
includes updated
Diffstat (limited to 'src/notify.h')
-rwxr-xr-x | src/notify.h | 4 |
1 files changed, 2 insertions, 2 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 <ncurses.h> #include <pthread.h> -#include "vars.h" +#include "wins.h" #include "apoint.h" #include "recur.h" |