Fix the 4.X -> 5.X upgrade path by include <inttypes.h> instead of

stdint.h.
This commit is contained in:
harti 2004-08-10 11:05:25 +00:00
parent b6e3f37229
commit 2b3cfc63fc

View File

@ -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>