trivial: add missing standard includes

This will help later cleanups of nm-system.
This commit is contained in:
Pavel Šimerda 2013-03-04 21:40:25 +01:00
parent bb8c75bd53
commit 649c21bbc9
2 changed files with 3 additions and 0 deletions

View file

@ -19,6 +19,8 @@
*/
#include <config.h>
#include <string.h>
#include <net/if_arp.h>
#include <gmodule.h>

View file

@ -19,6 +19,7 @@
* Copyright (C) 2009 Novell, Inc.
*/
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/ioctl.h>