diff --git a/include/polarssl/padlock.h b/include/polarssl/padlock.h
index e577de7..713b155 100644
--- a/include/polarssl/padlock.h
+++ b/include/polarssl/padlock.h
@@ -4,7 +4,7 @@
 #ifndef XYSSL_PADLOCK_H
 #define XYSSL_PADLOCK_H
 
-#include "xyssl/aes.h"
+#include "polarssl/aes.h"
 
 #if (defined(__GNUC__) && defined(__i386__))