Fix the 4.X -> 5.X upgrade path by include <inttypes.h> instead of
stdint.h.
This commit is contained in:
parent
b6e3f37229
commit
2b3cfc63fc
@ -63,7 +63,7 @@
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <stdint.h>
|
||||
#include <inttypes.h>
|
||||
#include <errno.h>
|
||||
#ifdef HAVE_ERR_H
|
||||
#include <err.h>
|
||||
|
Loading…
Reference in New Issue
Block a user