Skip to content
Snippets Groups Projects
Unverified Commit 4a4f54ca authored by Jan-Michael Brummer's avatar Jan-Michael Brummer Committed by GitHub
Browse files

Use glib-object header instead of gio (#230)

3rd party libraries (like QT) which defines same variable names will
clash if we use gio/gio.h in public proxy.h. Switch to minimal required
to fix compilation issues with QT5/6.

Fixes: https://github.com/libproxy/libproxy/issues/226
parent 59b5306b
Branches
Tags
1 merge request!4Package libproxy 0.5
......@@ -22,7 +22,7 @@
#pragma once
#include <gio/gio.h>
#include <glib-object.h>
#ifdef __cplusplus
extern "C" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment