diff --git a/amazon_store_search_results.tpl.php b/amazon_store_search_results.tpl.php
index cedabc9..f5223f2 100644
--- a/amazon_store_search_results.tpl.php
+++ b/amazon_store_search_results.tpl.php
@@ -7,6 +7,7 @@
 
 ?>
 <?php
+  module_load_include('inc', 'amazon_store', 'amazon_store.pages');
   if (variable_get('amazon_store_show_searchform',TRUE)) {
     // Argument specifies how wide the keywords textfield should be, in chars.
     $form = drupal_get_form('amazon_store_search_form', 50);
