* adds missing header("stdint")

This commit is contained in:
Ds886 2022-09-30 22:56:58 +03:00
parent 8771172d19
commit 6be626d4c7
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include <errno.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>