summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2004-08-10 11:05:25 +0000
committerHartmut Brandt <harti@FreeBSD.org>2004-08-10 11:05:25 +0000
commit0a9d66ca0dd8e679168dfb4e36aaac1107b443f3 (patch)
tree43bde678d408736a50c77830f784a7f3cc02275a
parent896052c10f33c29a53b63fc67d4c8238b87f5b3e (diff)
Notes
-rw-r--r--contrib/bsnmp/gensnmptree/gensnmptree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bsnmp/gensnmptree/gensnmptree.c b/contrib/bsnmp/gensnmptree/gensnmptree.c
index 3afc2595205a..d3b990968042 100644
--- a/contrib/bsnmp/gensnmptree/gensnmptree.c
+++ b/contrib/bsnmp/gensnmptree/gensnmptree.c
@@ -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>