mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 19:20:35 +01:00
trivial: add missing standard includes
This will help later cleanups of nm-system.
This commit is contained in:
parent
bb8c75bd53
commit
649c21bbc9
2 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,8 @@
|
|||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <net/if_arp.h>
|
||||
|
||||
#include <gmodule.h>
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
* Copyright (C) 2009 Novell, Inc.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue