Index: audio.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/audio/audio.module,v
retrieving revision 1.45
diff -u -r1.45 audio.module
--- audio.module	6 Apr 2006 04:17:12 -0000	1.45
+++ audio.module	7 Apr 2006 04:54:59 -0000
@@ -2,6 +2,9 @@
 // $Id: audio.module,v 1.45 2006/04/06 04:17:12 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

