2005-04-04 Dan Williams <dcbw@redhat.com>

Patch from Tom Parker: include "nm-utils.h" for backend files that need it


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@553 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams
2005-04-04 16:24:36 +00:00
parent 737dce1fd7
commit 1e22dba1ca
5 changed files with 10 additions and 1 deletions

View File

@@ -26,6 +26,7 @@
#include "NetworkManagerSystem.h"
#include "NetworkManagerUtils.h"
#include "NetworkManagerDevice.h"
#include "nm-utils.h"
/*
* Mostly a mix of the Gentoo and RedHat Backends
@@ -97,6 +98,7 @@ void nm_system_device_flush_addresses (NMDevice *dev)
gboolean nm_system_device_setup_static_ip4_config (NMDevice *dev)
{
nm_warning ("nm_system_device_setup_static_ip4_config() is not implemented yet for this distribution.\n");
return FALSE;
}