diff options
Diffstat (limited to 'pb.h')
-rw-r--r-- | pb.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -63,6 +63,10 @@ #include <stddef.h> #include <stdbool.h> #include <string.h> + +#ifdef PB_ENABLE_MALLOC +#include <stdlib.h> +#endif #endif /* Macro for defining packed structures (compiler dependent). |