Add missing <stdint.h> includes

This commit is contained in:
Frank Denis
2022-12-13 20:33:09 +01:00
parent 01c237f1f0
commit c4a9f1b2af
6 changed files with 6 additions and 0 deletions
@@ -1,4 +1,5 @@
#include <errno.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
@@ -1,4 +1,5 @@
#include <errno.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
@@ -1,4 +1,5 @@
#include <errno.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
@@ -1,4 +1,5 @@
#include <errno.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
@@ -1,4 +1,5 @@
#include <errno.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
@@ -1,4 +1,5 @@
#include <errno.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>