PHP error

Hi, I keep getting the following error message:

Warning: main(include/common.php): failed to open stream: Permission denied in /home/site/public_html/lee/config.php on line 2
 
Warning: main(include/common.php): failed to open stream: Permission denied in /home/site/public_html/lee/config.php on line 2
 
Warning: main(): Failed opening 'include/common.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/site/public_html/lee/config.php on line 2 

On line 2 of my code i have this:

 include("include/common.php"); 

Does anyone know what this is and how to solve it.