Fixed const correctness issues that have no impact on the ABI
diff --git a/include/polarssl/error.h b/include/polarssl/error.h
index 96815a7..093bec1 100644
--- a/include/polarssl/error.h
+++ b/include/polarssl/error.h
@@ -27,6 +27,8 @@
 #ifndef POLARSSL_ERROR_H
 #define POLARSSL_ERROR_H
 
+#include <string.h>
+
 /**
  * Error code layout.
  *