openbsd-ports/x11/gnome/applets/patches/patch-modemlights-modemlights.h
naddy e6a221a1ba - fix message catalog installation
- sync libtool patches
- use .bz2 distfile
2001-09-19 16:28:58 +00:00

13 lines
394 B
C

$OpenBSD: patch-modemlights-modemlights.h,v 1.2 2001/09/19 16:28:58 naddy Exp $
--- modemlights/modemlights.h.orig Fri Jun 8 21:23:34 2001
+++ modemlights/modemlights.h Fri Jun 8 21:23:41 2001
@@ -17,6 +17,8 @@
#include <net/if.h>
#ifdef __OpenBSD__
+# include <sys/timeout.h>
+# include <net/ppp_defs.h>
# include <net/bpf.h>
# include <net/if_pppvar.h>
# include <net/if_ppp.h>