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

stdint.h.
This commit is contained in:
Hartmut Brandt 2004-08-10 11:05:25 +00:00
parent 896052c10f
commit 0a9d66ca0d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor/bsnmp/dist/; revision=133429

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>