Index: imagefield.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/imagefield/imagefield.module,v
retrieving revision 1.71
diff -u -r1.71 imagefield.module
--- imagefield.module	27 Aug 2008 15:03:06 -0000	1.71
+++ imagefield.module	29 Jan 2009 05:54:39 -0000
@@ -14,6 +14,7 @@
 function imagefield_init() {
   // field_file hooks and callbacks.
   module_load_include('inc', 'imagefield', 'imagefield_file');
+  module_load_include('inc', 'imagefield', 'imagefield_widget');
   drupal_add_css(drupal_get_path('module', 'imagefield') .'/imagefield.css');
 }
 

