[fix] Adding stdint.h include to most of the header files for portability
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#define MAX_LANGUAGE_LEN 4
|
||||
|
||||
Reference in New Issue
Block a user