diff --git a/includes/common.inc b/includes/common.inc
index 3fb5577de7a2855cc3695a780df221d13e49c4d4..f82cb714a3b1b7af9a8dcecdfcbdba7cfdc35861 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -3313,7 +3313,7 @@ function drupal_uninstall_schema($module) {
  */
 function drupal_get_schema_unprocessed($module, $table = NULL) {
   // Load the .install file to get hook_schema.
-  module_load_include('install', $module);
+  module_load_install($module);
   $schema = module_invoke($module, 'schema');
 
   if (!is_null($table) && isset($schema[$table])) {