blob: fee07c7856b8ff6a09a3bc6c1159683e1a08f53e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-ab,v 1.2 2013/03/03 01:06:51 joerg Exp $
--- GetIfInfo.h.orig 2013-03-02 23:47:03.000000000 +0000
+++ GetIfInfo.h
@@ -5,6 +5,7 @@
#ifndef GETIFINFO_H
#define GETIFINFO_H
+#include <inttypes.h>
#include "Pctest.h"
class GetIfInfo
@@ -18,7 +18,7 @@ public:
bool IsValid(void);
const char * GetDescription(void) const;
- const char * GetIfInfo::GetName(void) const;
+ const char * GetName(void) const;
const char * GetContact(void) const;
const char * GetLocation(void) const;
const char * GetIfDescription(void) const;
|