diff --git a/imagefield_crop.module b/imagefield_crop.module
index db91be6..1f35928 100644
--- a/imagefield_crop.module
+++ b/imagefield_crop.module
@@ -128,3 +128,12 @@ function theme_imagefield_crop_widget_preview($item = NULL) {
   return '<img src="'. file_create_url($thumb_path) . $query_string . '" />';
 }
 
+/**
+* Implementation of hook_filefield_sources_widgets().
+*
+* This returns a list of widgets that are compatible with FileField Sources.
+*/
+function imagefield_crop_filefield_sources_widgets() {
+	return array('imagefield_crop_widget');
+}
+
