core: add nm-logging.h when compiling with DEBUG

This commit is contained in:
Jiří Klimeš 2012-01-17 14:43:03 +01:00
parent 9f75f91f3a
commit 9b84ef9acd

View file

@ -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"