mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-20 05:58:30 +02:00
core: add nm-logging.h when compiling with DEBUG
This commit is contained in:
parent
9f75f91f3a
commit
9b84ef9acd
1 changed files with 4 additions and 1 deletions
|
|
@ -16,13 +16,16 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*
|
||||
* Copyright (C) 2007 - 2008 Novell, Inc.
|
||||
* Copyright (C) 2008 Red Hat, Inc.
|
||||
* Copyright (C) 2008 - 2012 Red Hat, Inc.
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <dbus/dbus-glib.h>
|
||||
#ifdef DEBUG
|
||||
#include "nm-logging.h"
|
||||
#endif
|
||||
#include "nm-properties-changed-signal.h"
|
||||
#include "nm-dbus-glib-types.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue