$NetBSD: patch-ab,v 1.2 1999/03/16 22:29:11 tron Exp $

--- applets/modemlights/modemlights.h.orig	Fri Mar 12 03:50:10 1999
+++ applets/modemlights/modemlights.h	Tue Mar 16 19:25:48 1999
@@ -25,6 +25,11 @@
 
 #include <net/ppp_defs.h>
 
+#ifdef __NetBSD__
+#  include <net/if_pppvar.h>
+#  include <net/if_ppp.h>
+#endif /* __NetBSD__ */
+
 #include <gnome.h>
 #include <applet-widget.h>
 
