diff --git a/hostmaster.profile b/hostmaster.profile
index bda7014..99dd12e 100644
--- a/hostmaster.profile
+++ b/hostmaster.profile
@@ -1,5 +1,5 @@
 <?php
-// $Id$
+// $Id: hostmaster.profile,v 1.45 2009/07/22 22:57:58 anarcat Exp $
 
 /**
  * Return an array of the modules to be enabled when this profile is installed.
@@ -82,6 +82,7 @@ function hostmaster_get_task($task, $offset = 0) {
 
 
 function hostmaster_profile_tasks(&$task, $url) {
+  install_include(array_merge(hostmaster_profile_modules()));
   include_once(dirname(__FILE__) . '/hostmaster.forms.inc');
   define("HOSTMASTER_FORM_REDIRECT", $url);
   if ($task == 'profile') {
