Navigation Menu

Skip to content

Commit

Permalink
[gsupplicant] Explicitely include glib-object.h where it's needed
Browse files Browse the repository at this point in the history
Don't rely on gutil_types.h to pull it in.
  • Loading branch information
monich committed Feb 25, 2018
1 parent 7d55289 commit 936f325
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/gsupplicant_network.h
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2015-2017 Jolla Ltd.
* Copyright (C) 2015-2018 Jolla Ltd.
* Contact: Slava Monich <slava.monich@jolla.com>
*
* You may use this file under the terms of BSD license as follows:
Expand Down Expand Up @@ -34,6 +34,7 @@
#define GSUPPLICANT_NETWORK_H

#include <gsupplicant_types.h>
#include <glib-object.h>

G_BEGIN_DECLS

Expand Down

0 comments on commit 936f325

Please sign in to comment.