mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 15:30:14 +01:00
libnm-core,libnm-util: drag in glib.h for nm-version.h
G_UNAVAILABLE defines need it. Fix building of the Qt example.
This commit is contained in:
parent
82ddd94793
commit
6f616d4c4b
2 changed files with 4 additions and 0 deletions
|
|
@ -21,6 +21,8 @@
|
|||
#ifndef NM_VERSION_H
|
||||
#define NM_VERSION_H
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
/**
|
||||
* NM_MAJOR_VERSION:
|
||||
*
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@
|
|||
#ifndef NM_VERSION_H
|
||||
#define NM_VERSION_H
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
/**
|
||||
* NM_MAJOR_VERSION:
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue