After compilation magento site is broken

It’s very simple. don’t be worry.

Just go to
includes/config.php

and edit with below code.
#define(‘COMPILER_INCLUDE_PATH’, dirname(__FILE__).DIRECTORY_SEPARATOR.’src’);
#define(‘COMPILER_COLLECT_PATH’, dirname(__FILE__).DIRECTORY_SEPARATOR.’stat’);

After edit site will be active.