Index: modules/field/modules/field_sql_storage/field_sql_storage.install =================================================================== RCS file: /cvs/drupal/drupal/modules/field/modules/field_sql_storage/field_sql_storage.install,v retrieving revision 1.9 diff -u -p -r1.9 field_sql_storage.install --- modules/field/modules/field_sql_storage/field_sql_storage.install 15 Feb 2010 18:43:00 -0000 1.9 +++ modules/field/modules/field_sql_storage/field_sql_storage.install 27 Aug 2010 13:41:33 -0000 @@ -6,6 +6,8 @@ * Install, update and uninstall functions for the field_sql_storage module. */ +require_once DRUPAL_ROOT . '/modules/field/field.crud.inc'; + /** * Implements hook_schema(). */