* adds missing header("stdint")
This commit is contained in:
parent
8771172d19
commit
6be626d4c7
|
@ -14,6 +14,7 @@
|
|||
#include <errno.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue