diff options
Diffstat (limited to '')
-rw-r--r-- | asn1_decoder.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asn1_decoder.cpp b/asn1_decoder.cpp index 7280f7480..e7aef781c 100644 --- a/asn1_decoder.cpp +++ b/asn1_decoder.cpp @@ -14,6 +14,7 @@ * limitations under the License. */ +#include <malloc.h> #include <stdint.h> #include <string.h> |