$NetBSD: patch-ab,v 1.6 1998/12/28 22:49:21 marc Exp $

--- ntop.h.orig	Mon Oct  5 12:18:41 1998
+++ ntop.h	Mon Oct 12 22:44:29 1998
@@ -87,8 +87,20 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#ifdef HAVE_ETHERTYPE_H
 #include <ethertype.h>
+#endif
 #include <setjmp.h>
+
+#ifndef ETHERTYPE_DN
+#define ETHERTYPE_DN		0x6003
+#endif
+#ifndef ETHERTYPE_ATALK
+#define ETHERTYPE_ATALK		0x809b
+#endif
+#ifndef ETHERTYPE_AARP 
+#define ETHERTYPE_AARP         0x80f3
+#endif 
 
 #include "interface.h"
 #include "setsignal.h"
