Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Daniel2012-11-06 13:50:15 +0000
committerMalgorzata Janczarska2012-11-06 13:50:15 +0000
commit6263a8ed7885edda20394a265fae59fd6192af5b (patch)
treed0462853afab1a284457356f6a77a8be9945b754 /bundles/org.eclipse.core.net/natives
parentb5dcf67fe304d69b6ba81d5d1cdaca10ecb32041 (diff)
downloadeclipse.platform.team-6263a8ed7885edda20394a265fae59fd6192af5b.tar.gz
eclipse.platform.team-6263a8ed7885edda20394a265fae59fd6192af5b.tar.xz
eclipse.platform.team-6263a8ed7885edda20394a265fae59fd6192af5b.zip
Bug 385047 -[Net] gnomeproxy cannot be built with latest versions of
glib
Diffstat (limited to 'bundles/org.eclipse.core.net/natives')
-rw-r--r--bundles/org.eclipse.core.net/natives/unix/gnomeproxy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.core.net/natives/unix/gnomeproxy.c b/bundles/org.eclipse.core.net/natives/unix/gnomeproxy.c
index 870e0bedd..2417b4eec 100644
--- a/bundles/org.eclipse.core.net/natives/unix/gnomeproxy.c
+++ b/bundles/org.eclipse.core.net/natives/unix/gnomeproxy.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Oakland Software Incorporated and others
+ * Copyright 2008, 2012 Oakland Software Incorporated and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -8,12 +8,12 @@
* Contributors:
* Oakland Software Incorporated - initial API and implementation
* IBM Corporation - enabling JNI calls for gconfInit method (bug 232495)
+ * IBM Corporation - gnomeproxy cannot be built with latest versions of glib (bug 385047)
*/
#include <jni.h>
#include <glib.h>
-#include <glib/gslist.h>
#include <gconf/gconf-value.h>
#include <gconf/gconf-client.h>

Back to the top