$NetBSD$

--- getif.h.orig	2008-10-01 12:25:14.000000000 +0200
+++ getif.h
@@ -1,5 +1,7 @@
 /* getif.h */
 
+#ifndef getif_h
+#define getif_h
 /* ANSI function prototypes or empty arg list? */
 #ifdef  __STDC__
 #define P(args) args
@@ -22,3 +24,4 @@ struct interface_addrs {
 };
 
 #undef P
+#endif
