diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2017-10-16 12:42:12 +0200 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2017-10-16 12:46:01 +0200 |
commit | b215e92d95db690af16967c9911bb991729da2b1 (patch) | |
tree | 023833a5ad9d56c6571c0bc68fa81e193c446f4b | |
parent | cb13875e20ceefa97bd1ce9b9f942be6f2a887d5 (diff) | |
download | network-manager-applet-b215e92d95db690af16967c9911bb991729da2b1.tar.gz |
libnm-gtk/cert-chooser: add a missing include
When building the introspection data, the autotools-based build ordered the
headers in a way this got included in a way that worked. Not the case with
meson anymore.
-rw-r--r-- | src/libnm-gtk/nm-cert-chooser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libnm-gtk/nm-cert-chooser.h b/src/libnm-gtk/nm-cert-chooser.h index 824c9b6e..b5854f8e 100644 --- a/src/libnm-gtk/nm-cert-chooser.h +++ b/src/libnm-gtk/nm-cert-chooser.h @@ -25,6 +25,7 @@ #include <gtk/gtk.h> #include <NetworkManager.h> +#include <nm-connection.h> G_BEGIN_DECLS |