diff options
author | Seth Alves <alves@src.gnome.org> | 2000-03-04 12:08:53 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-03-04 12:08:53 +0800 |
commit | 2c0b011c0d44994c075ed5fb7f587febc7f86983 (patch) | |
tree | 76af04160ef39e4245f18cf931106620508f5c43 /calendar/alarm.c | |
parent | 4378b699033581e79fb70463935273c5ce4b5f4c (diff) | |
download | gsoc2013-evolution-2c0b011c0d44994c075ed5fb7f587febc7f86983.tar gsoc2013-evolution-2c0b011c0d44994c075ed5fb7f587febc7f86983.tar.gz gsoc2013-evolution-2c0b011c0d44994c075ed5fb7f587febc7f86983.tar.bz2 gsoc2013-evolution-2c0b011c0d44994c075ed5fb7f587febc7f86983.tar.lz gsoc2013-evolution-2c0b011c0d44994c075ed5fb7f587febc7f86983.tar.xz gsoc2013-evolution-2c0b011c0d44994c075ed5fb7f587febc7f86983.tar.zst gsoc2013-evolution-2c0b011c0d44994c075ed5fb7f587febc7f86983.zip |
this is not right, but it gets this closer to building.
svn path=/trunk/; revision=2035
Diffstat (limited to 'calendar/alarm.c')
-rw-r--r-- | calendar/alarm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/alarm.c b/calendar/alarm.c index cf1cd8fb60..b720d7a4e5 100644 --- a/calendar/alarm.c +++ b/calendar/alarm.c @@ -11,7 +11,7 @@ #include <fcntl.h> #include <signal.h> #include <sys/time.h> -#include "calobj.h" +#include "pcs/calobj.h" #include "alarm.h" /* The pipes used to notify about an alarm */ |