diff --git a/ajax_server.php b/ajax_server.php
index b5494a284ee72e6d5d60e04e05f29c5bac8634ca..a06c23558154ee4c4c8c68b1dbfea497adaf0a61 100644
--- a/ajax_server.php
+++ b/ajax_server.php
@@ -1,4 +1,5 @@
 <?php
+set_include_path('.'.PATH_SEPARATOR.dirname(__FILE__).'/pear/php');
 if (isset($_GET['client']) && $_GET['client']=='all') {
     include 'ajax_client.js';
 } elseif (isset($_GET['stub']) && $_GET['stub']=='Voting_System') {