mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
24 lines
649 B
Plaintext
24 lines
649 B
Plaintext
$NetBSD: patch-ab,v 1.2 2009/10/31 02:52:46 wiz Exp $
|
|
|
|
--- oobs/oobs-ifacesconfig.c.orig 2009-09-05 14:41:13.000000000 +0000
|
|
+++ oobs/oobs-ifacesconfig.c
|
|
@@ -20,7 +20,6 @@
|
|
|
|
#include <dbus/dbus.h>
|
|
#include <glib-object.h>
|
|
-#include <libhal.h>
|
|
#include <string.h>
|
|
#include "oobs-session-private.h"
|
|
#include "oobs-list-private.h"
|
|
@@ -43,6 +42,10 @@
|
|
* #OobsIfacePlip, #OobsIfacePPP, #OobsIfaceWireless
|
|
**/
|
|
|
|
+#ifdef HAVE_HAL
|
|
+#include <libhal.h>
|
|
+#endif
|
|
+
|
|
#define IFACES_CONFIG_REMOTE_OBJECT "IfacesConfig"
|
|
#define OOBS_IFACES_CONFIG_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), OOBS_TYPE_IFACES_CONFIG, OobsIfacesConfigPrivate))
|
|
|