--- ip2cc.module	2007-10-26 00:39:30.000000000 +0800
+++ /opt/www/drupal-5.2.int.thatsbj.com/sites/all/modules/ip2cc/ip2cc.module	2008-06-17 14:13:17.000000000 +0800
@@ -7,6 +7,10 @@
  *  available from http://ip-to-country.webhosting.info."
  */
 
+if (module_exists('views')) {
+  require_once(drupal_get_path('module', 'ip2cc') .'/ip2cc_views.inc');
+}
+
 /**
  * Implementation of hook_help().
  */
