diff options
Diffstat (limited to 'net/pchar/patches/patch-aa')
-rw-r--r-- | net/pchar/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/pchar/patches/patch-aa b/net/pchar/patches/patch-aa new file mode 100644 index 00000000000..b73d8c04d89 --- /dev/null +++ b/net/pchar/patches/patch-aa @@ -0,0 +1,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 |