forked from jengelh/strongswan
Marius Tomaschewski
fbee949c81
Only glib.h can be included, fix compilation. OBS-URL: https://build.opensuse.org/request/show/102857 OBS-URL: https://build.opensuse.org/package/show/network:vpn/strongswan?expand=0&rev=38
15 lines
443 B
Diff
15 lines
443 B
Diff
Index: strongswan-4.5.3/src/libcharon/plugins/nm/nm_service.h
|
|
===================================================================
|
|
--- strongswan-4.5.3.orig/src/libcharon/plugins/nm/nm_service.h
|
|
+++ strongswan-4.5.3/src/libcharon/plugins/nm/nm_service.h
|
|
@@ -21,8 +21,7 @@
|
|
#ifndef NM_SERVICE_H_
|
|
#define NM_SERVICE_H_
|
|
|
|
-#include <glib/gtypes.h>
|
|
-#include <glib-object.h>
|
|
+#include <glib.h>
|
|
#include <nm-vpn-plugin.h>
|
|
|
|
#include "nm_creds.h"
|