libnm: with meson include "nm-default.h" for glib-mkenums sources

We also do that for the autotools implementation.

(cherry picked from commit fd57e9665c)
(cherry picked from commit c807e77271)
(cherry picked from commit 63f2d73b97)
(cherry picked from commit 6efb6696c7)
(cherry picked from commit ea9c19ec9d)
This commit is contained in:
Thomas Haller 2020-11-02 23:34:37 +01:00
parent 87a0904b81
commit 8d94c7e291
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
/*** BEGIN file-header ***/
#include "config.h"
#include "nm-default.h"
#include "nm-core-enum-types.h"
#include "nm-default.h"

View file

@ -1,5 +1,5 @@
/*** BEGIN file-header ***/
#include "config.h"
#include "nm-default.h"
#include "nm-core-tests-enum-types.h"