diff --git a/manager.module b/manager.module
index 7e32b8e..d488abf 100644
--- a/manager.module
+++ b/manager.module
@@ -7,7 +7,7 @@
  * @author Franz Glauber Vanderlinde
  */
 
-include_once DRUPAL_ROOT . '/' . 'includes/manager.views_default.inc';
+include_once DRUPAL_ROOT . '/' . drupal_get_path('module', 'manager') . '/includes/manager.views_default.inc';
 
 /**
  * Implements hook_init() 
