From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Wed, 1 Oct 2014 21:06:30 -0400
Subject: Add path to actual autoload

---
 phpcpd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phpcpd b/phpcpd
index c1a61cf..e409194 100755
--- a/phpcpd
+++ b/phpcpd
@@ -17,7 +17,7 @@ if (ini_get('mbstring.internal_encoding')) {
 
 $loaded = false;
 
-foreach (array(__DIR__ . '/../../autoload.php', __DIR__ . '/vendor/autoload.php') as $file) {
+foreach (array(__DIR__ . '/../../autoload.php', __DIR__ . '/vendor/autoload.php', __DIR__ . '/../share/php/SebastianBergmann/PHPCPD/autoload.php') as $file) {
     if (file_exists($file)) {
         require $file;
         $loaded = true;
