commit | 0c851ee1c8d940a1a0314a7a0035f025e4cd8566 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Feb 10 12:47:52 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Feb 10 12:47:52 2015 +0000 |
tree | 85ca3a59e2f4d0d05328a8f8e51a7be7d585fda7 | |
parent | 1cc0a3405c771e2be332381901c2e6f4e0846e43 [diff] [blame] |
Fix missing include in non-default things
diff --git a/library/md2.c b/library/md2.c index 180a25b..43c129f 100644 --- a/library/md2.c +++ b/library/md2.c
@@ -36,6 +36,8 @@ #include "polarssl/md2.h" +#include <string.h> + #if defined(POLARSSL_FS_IO) #include <stdio.h> #endif