mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 04:10:14 +01:00
core: #include <gmodule.h> for G_MODULE_EXPORT
When some configure-time options aren't used, <gmodule.h> is not included. Fix that.
This commit is contained in:
parent
9e0f4179fd
commit
7bfbd5e52a
3 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <string.h>
|
||||
#include <gudev/gudev.h>
|
||||
#include <gmodule.h>
|
||||
|
||||
#include "nm-atm-manager.h"
|
||||
#include "nm-device-adsl.h"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
#include <signal.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <gmodule.h>
|
||||
#include <gio/gio.h>
|
||||
|
||||
#include "nm-logging.h"
|
||||
|
|
|
|||
|
|
@ -19,6 +19,8 @@
|
|||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <gmodule.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "nm-device-factory.h"
|
||||
#include "nm-wwan-factory.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue