mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-05 11:20:36 +02:00
2004-11-22 Colin Walters <walters@redhat.com>
* dhcpcd/buildmsg.c, dhcpcd/dhcp_test.c: Add missing includes. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@324 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
a23803110a
commit
75512cff99
3 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2004-11-22 Colin Walters <walters@redhat.com>
|
||||
|
||||
* dhcpcd/buildmsg.c, dhcpcd/dhcp_test.c: Add missing includes.
|
||||
|
||||
2004-11-22 Colin Walters <walters@verbum.org>
|
||||
|
||||
* src/backends/NetworkManagerRedHat.c (nm_system_update_dns): Run
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <netinet/in.h>
|
||||
#include <net/if_arp.h>
|
||||
#include "client.h"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
#include "client.h"
|
||||
#include <syslog.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
int main (int argc, char **argv)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue