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:
Dan Williams 2014-03-03 17:01:00 -06:00
parent 9e0f4179fd
commit 7bfbd5e52a
3 changed files with 4 additions and 0 deletions

View file

@ -22,6 +22,7 @@
#include <string.h>
#include <gudev/gudev.h>
#include <gmodule.h>
#include "nm-atm-manager.h"
#include "nm-device-adsl.h"

View file

@ -21,6 +21,7 @@
#include <signal.h>
#include <string.h>
#include <stdlib.h>
#include <gmodule.h>
#include <gio/gio.h>
#include "nm-logging.h"

View file

@ -19,6 +19,8 @@
*/
#include <string.h>
#include <gmodule.h>
#include "config.h"
#include "nm-device-factory.h"
#include "nm-wwan-factory.h"