openbsd-ports/x11/gnome/applets2/patches/patch-modemlights-modemlights.h
todd c1d533b841 Import gnome-applets2-2.0.4
--
The gnome-applets package provides panel applets which enhance your
GNOME experience.

From marcm for gnome2
2003-01-31 18:42:04 +00:00

13 lines
397 B
C

$OpenBSD: patch-modemlights-modemlights.h,v 1.1.1.1 2003/01/31 18:42:05 todd Exp $
--- modemlights/modemlights.h.orig Sun Jul 21 17:24:03 2002
+++ modemlights/modemlights.h Fri Aug 16 08:56:46 2002
@@ -16,6 +16,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>