diff --git a/exportpdf.php b/exportpdf.php
index 1731f2cdd73033b5fd35afc3f78a6786de6a7c2b..68d5edfa5a36457462648f1e41742485688ab240 100644
--- a/exportpdf.php
+++ b/exportpdf.php
@@ -39,7 +39,7 @@
 
 session_start();
 
-require_once('fpdf/phpToPDF.php');
+require_once('php2pdf/phpToPDF.php');
 include_once('fonctions.php');
 
 $dsondage = get_sondage_from_id($_POST['numsondage']);
@@ -81,4 +81,4 @@ $PDF->SetFont('Arial','B',8);
 $PDF->Text(35,275,"Cette lettre de convocation a été générée automatiquement par ".NOMAPPLICATION." sur ".get_server_name());
 
 //Sortie
-$PDF->Output();
\ No newline at end of file
+$PDF->Output();