Index: audio.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/audio/audio.module,v
retrieving revision 1.46
diff -u -r1.46 audio.module
--- audio.module	12 Apr 2006 23:02:52 -0000	1.46
+++ audio.module	12 Apr 2006 23:17:06 -0000
@@ -2,6 +2,9 @@
 // $Id: audio.module,v 1.46 2006/04/12 23:02:52 drewish Exp $
 
 include(drupal_get_path('module', 'audio') .'/audio.theme');
+if (module_exist('views')) {
+  include(drupal_get_path('module', 'audio') .'/views_audio.inc');
+}
 
 /**
  * Implementation of hook_help

