summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2019-04-26 12:59:29 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2019-04-26 12:59:29 -0300
commit68943eec57ea54175b5ed9f6b0be6d51a3bedf1c (patch)
tree24b5aacd67c93731d22e8264bc5e843bde0f0615 /tests
parent3bff2b89816c83b467d183485b788c960a0b50da (diff)
downloadgnome-calendar-68943eec57ea54175b5ed9f6b0be6d51a3bedf1c.tar.gz
utils: Add GDateTime utils
This will greatly help with the transition to GDateTime. In the future, we can propose these APIs to GLib itself.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-event.c b/tests/test-event.c
index 87b28e51..53fcd0bf 100644
--- a/tests/test-event.c
+++ b/tests/test-event.c
@@ -18,7 +18,7 @@
#include <glib.h>
-#include "gcal-utils.h"
+#include "utils/gcal-utils.h"
#include "gcal-event.h"
#define STUB_EVENT "BEGIN:VEVENT\n" \