commit | 1004ca8be7479509821859436406a66f30c1f719 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Jan 13 07:33:08 2025 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Jan 13 07:33:08 2025 -0800 |
tree | b52c6f27f7f3870aeebe38b17577e95b9210dec4 | |
parent | 0b34b1d243b0117ca01127e60880e30928fafb34 [diff] |
Add missing <stdlib.h> for calloc()/free()/strtoul(). Change-Id: I22bf6e72b065142cfea5da8aff699043e8a8196b
diff --git a/libpackagelistparser/packagelistparser.cpp b/libpackagelistparser/packagelistparser.cpp index 638cc43..5517b68 100644 --- a/libpackagelistparser/packagelistparser.cpp +++ b/libpackagelistparser/packagelistparser.cpp
@@ -21,6 +21,7 @@ #include <errno.h> #include <inttypes.h> #include <stdio.h> +#include <stdlib.h> #include <string.h> #include <sys/limits.h>