diff --git a/modules/registrars/cozaepp/cozaepp.php b/modules/registrars/cozaepp/cozaepp.php
index 3b66aa972622f3ebed6d7f11302e431c07700840..715f7728d3ac9d112f89535c598400803b361f96 100644
--- a/modules/registrars/cozaepp/cozaepp.php
+++ b/modules/registrars/cozaepp/cozaepp.php
@@ -787,6 +787,7 @@ function _cozaepp_Client() {
 	# Setup include dir
 	$include_path = ROOTDIR . '/modules/registrars/cozaepp';
 	set_include_path($include_path . PATH_SEPARATOR . get_include_path());
+	# Include EPP stuff we need
 	require_once 'Net/EPP/Client.php';
 	require_once 'Net/EPP/Protocol.php';