aboutsummaryrefslogtreecommitdiff
path: root/video.module
diff options
context:
space:
mode:
Diffstat (limited to 'video.module')
-rw-r--r--video.module3
1 files changed, 3 insertions, 0 deletions
diff --git a/video.module b/video.module
index ce3e6d5..3cf9c69 100644
--- a/video.module
+++ b/video.module
@@ -6,6 +6,9 @@
* @file video.module
*
*/
+// include the field element
+module_load_include('inc', 'video', 'video.field');
+
/*
* Implementation of hook_init().
*/