diff options
Diffstat (limited to 'calendar/job.h')
-rw-r--r-- | calendar/job.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/job.h b/calendar/job.h index 07404bd7c0..c9bce24dd4 100644 --- a/calendar/job.h +++ b/calendar/job.h @@ -22,6 +22,8 @@ #ifndef JOB_H #define JOB_H +#include <glib.h> + typedef void (* JobFunc) (gpointer data); |