[fix] Adding stdint.h include to most of the header files for portability

This commit is contained in:
Al
2015-08-07 02:43:27 -04:00
parent 0738a57caa
commit 359a1efb03
20 changed files with 24 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ extern "C" {
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdbool.h>
#include <string.h>
#include <inttypes.h>