Index: javascript_aggregator.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/javascript_aggregator/Attic/javascript_aggregator.module,v
retrieving revision 1.16.2.5
diff -u -r1.16.2.5 javascript_aggregator.module
--- javascript_aggregator.module	5 Dec 2008 07:47:25 -0000	1.16.2.5
+++ javascript_aggregator.module	8 Dec 2008 01:55:45 -0000
@@ -68,7 +68,7 @@
 
       // JSMinify the JavaScript.
       if (variable_get('javascript_aggregator_jsmin', FALSE)) {
-        include_once('jsmin.php');
+        include_once(drupal_get_path('module', 'javascript_aggregator') .'/jsmin.php');
         $contents = JSMIN::minify($contents);
       }
 
