mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-28 22:40:44 +01:00
libnm: fix building libnm without WITH_FAKE_TYPELIBS and without gir
Fixes: 4d1f090aed
This commit is contained in:
parent
f9b9c5979e
commit
fc8d1d6f9f
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,6 @@
|
|||
|
||||
#include "nm-libnm-utils.h"
|
||||
|
||||
#include <girepository.h>
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
char *
|
||||
|
|
@ -176,6 +174,8 @@ next:
|
|||
* recoverable.
|
||||
*/
|
||||
|
||||
#include <girepository.h>
|
||||
|
||||
GResource *typelibs_get_resource (void);
|
||||
void typelibs_register_resource (void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue