[fix] Adding stdint.h include to most of the header files for portability
This commit is contained in:
@@ -8,6 +8,7 @@ extern "C" {
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
Reference in New Issue
Block a user