blob: b73d8c04d899206294e3621398bb5775bc39dba8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aa,v 1.7 2002/03/21 13:04:16 wiz Exp $
--- GetIfInfo.h.orig Wed May 10 22:54:05 2000
+++ GetIfInfo.h
@@ -5,6 +5,7 @@
#ifndef GETIFINFO_H
#define GETIFINFO_H
+#include <inttypes.h>
#include "Pctest.h"
class GetIfInfo
|