Add more missing stdint.h includes

This commit is contained in:
Lassi Kortela 2019-08-09 23:31:21 +03:00
parent a28aff6892
commit b0203bb89e
4 changed files with 5 additions and 1 deletions

View File

@ -30,6 +30,7 @@
*/
#include <assert.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>

View File

@ -1,4 +1,6 @@
#include <stdint.h>
#include <stdlib.h>
#include "dtypes.h"
#include "utils.h"

View File

@ -1,7 +1,7 @@
#include <locale.h>
#include <math.h>
#include <stdarg.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -3,6 +3,7 @@
*/
#include <math.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>