--- imagefield.install.orig	2009-02-10 10:54:59.000000000 -0500
+++ imagefield.install	2009-02-10 10:55:05.000000000 -0500
@@ -74,6 +74,7 @@ function imagefield_update_2() {
 function imagefield_update_3() {
   $ret = array();
   include_once(drupal_get_path('module', 'content') .'/content.module');
+  include_once(drupal_get_path('module', 'content') .'/content_admin.inc');
   $result = db_query("SELECT field_name, type_name, display_settings FROM {node_field_instance} WHERE widget_type = 'image'");
   while ($row = db_fetch_array($result)) {
     $needs_update = FALSE;
