Index: modules/node/node.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.module,v
retrieving revision 1.818
diff -u -p -r1.818 node.module
--- modules/node/node.module	22 May 2007 05:52:16 -0000	1.818
+++ modules/node/node.module	22 May 2007 21:09:40 -0000
@@ -1202,6 +1202,8 @@ function node_menu() {
     'page callback' => 'system_admin_menu_block_page',
     'access callback' => '_node_add_access',
     'weight' => 1,
+    'file' => 'system.admin.inc',
+    'file path' => drupal_get_path('module', 'system'),
   );
   $items['rss.xml'] = array(
     'title' => 'RSS feed',
