$NetBSD: patch-af,v 1.2 2001/04/07 10:58:36 rh Exp $

--- modemlights/modemlights.c.orig	Tue Jan 30 20:29:17 2001
+++ modemlights/modemlights.c
@@ -32,7 +32,7 @@
 #include <ctype.h>
 #include <sys/stat.h>
 
-#ifdef __OpenBSD__
+#if defined(__OpenBSD__) || defined(__NetBSD__)
 #include <net/if_ppp.h>
 #endif
 
