2009-10-31 03:52:45 +01:00
|
|
|
$NetBSD: patch-aa,v 1.3 2009/10/31 02:52:46 wiz Exp $
|
2008-11-15 19:30:22 +01:00
|
|
|
|
2009-10-31 03:52:45 +01:00
|
|
|
--- oobs/oobs-group.c.orig 2009-09-05 14:07:20.000000000 +0000
|
|
|
|
+++ oobs/oobs-group.c
|
2009-07-12 12:33:12 +02:00
|
|
|
@@ -18,6 +18,10 @@
|
|
|
|
* Authors: Carlos Garnacho Parro <carlosg@gnome.org>
|
|
|
|
*/
|
|
|
|
|
|
|
|
+#if defined(HAVE_CONFIG_H)
|
|
|
|
+#include <config.h>
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
#include <glib-object.h>
|
|
|
|
#include "oobs-session.h"
|
|
|
|
#include "oobs-group.h"
|
|
|
|
@@ -27,7 +31,11 @@
|
2008-11-15 19:30:22 +01:00
|
|
|
#include "oobs-usersconfig.h"
|
|
|
|
#include "oobs-defines.h"
|
|
|
|
#include "utils.h"
|
2009-07-12 12:33:12 +02:00
|
|
|
+#ifdef HAVE_CRYPT_H
|
2008-11-15 19:30:22 +01:00
|
|
|
#include <crypt.h>
|
|
|
|
+#else
|
|
|
|
+#include <unistd.h>
|
|
|
|
+#endif
|
|
|
|
|
2009-10-31 03:52:45 +01:00
|
|
|
/**
|
|
|
|
* SECTION:oobs-group
|