--- buddylist.module	2006-09-26 22:15:52.000000000 -0700
+++ buddylist.module.changed	2006-09-26 22:12:18.000000000 -0700
@@ -1,6 +1,10 @@
 <?php
 // $Id: buddylist.module,v 1.48.2.12 2006/08/22 21:26:33 robertDouglass Exp $
 
+if (module_exist('views')) {
+  include_once('buddylist_views.inc');
+}
+
 /**
  * returns an array of common translation placeholders
  */
